@telus-uds/theme-koodo 3.25.0 → 3.27.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 +2135 -933
- package/build/android/theme.json +762 -227
- package/build/ios/schema.json +2135 -933
- package/build/ios/theme.json +762 -227
- package/build/rn/schema.json +2135 -933
- package/build/rn/theme.js +468 -136
- package/package.json +4 -4
- package/theme.json +484 -121
package/build/ios/schema.json
CHANGED
|
@@ -40,6 +40,9 @@
|
|
|
40
40
|
"{appearances.ChevronLink.focus}",
|
|
41
41
|
"{appearances.ChevronLink.hover}",
|
|
42
42
|
"{appearances.ChevronLink.pressed}",
|
|
43
|
+
"{appearances.DatePicker.pressed}",
|
|
44
|
+
"{appearances.DatePicker.selected}",
|
|
45
|
+
"{appearances.DatePicker.focus}",
|
|
43
46
|
"{appearances.ExpandCollapseControl.pressed}",
|
|
44
47
|
"{appearances.ExpandCollapseControl.hover}",
|
|
45
48
|
"{appearances.ExpandCollapseControl.focus}",
|
|
@@ -64,6 +67,12 @@
|
|
|
64
67
|
"{appearances.ListBox.isChild}",
|
|
65
68
|
"{appearances.Modal.maxWidth}",
|
|
66
69
|
"{appearances.Modal.width}",
|
|
70
|
+
"{appearances.NavigationBar.focus}",
|
|
71
|
+
"{appearances.NavigationBar.pressed}",
|
|
72
|
+
"{appearances.NavigationBar.hover}",
|
|
73
|
+
"{appearances.NavigationBar.selected}",
|
|
74
|
+
"{appearances.NavigationBar.expanded}",
|
|
75
|
+
"{appearances.NavigationBar.viewport}",
|
|
67
76
|
"{appearances.Notification.system}",
|
|
68
77
|
"{appearances.Notification.style}",
|
|
69
78
|
"{appearances.PaginationPageButton.focus}",
|
|
@@ -193,33 +202,33 @@
|
|
|
193
202
|
"anyOf": [
|
|
194
203
|
{
|
|
195
204
|
"const": "{palette.border.border1}",
|
|
196
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
197
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
205
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
206
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
198
207
|
},
|
|
199
208
|
{
|
|
200
209
|
"const": "{palette.border.border2}",
|
|
201
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
202
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
210
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
211
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
203
212
|
},
|
|
204
213
|
{
|
|
205
214
|
"const": "{palette.border.border3}",
|
|
206
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
207
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
215
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
216
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
208
217
|
},
|
|
209
218
|
{
|
|
210
219
|
"const": "{palette.border.border4}",
|
|
211
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
212
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
220
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
221
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
213
222
|
},
|
|
214
223
|
{
|
|
215
224
|
"const": "{palette.border.none}",
|
|
216
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
217
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
225
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
226
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
218
227
|
},
|
|
219
228
|
{
|
|
220
229
|
"const": "{system.border.zero}",
|
|
221
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
222
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
230
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
231
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
223
232
|
}
|
|
224
233
|
],
|
|
225
234
|
"$id": "#border"
|
|
@@ -228,208 +237,208 @@
|
|
|
228
237
|
"anyOf": [
|
|
229
238
|
{
|
|
230
239
|
"const": "{palette.color.amaranth}",
|
|
231
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
232
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
240
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
241
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
233
242
|
},
|
|
234
243
|
{
|
|
235
244
|
"const": "{palette.color.beeswax}",
|
|
236
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
237
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
245
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
246
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
238
247
|
},
|
|
239
248
|
{
|
|
240
249
|
"const": "{palette.color.bilbao}",
|
|
241
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
242
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
250
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
251
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
243
252
|
},
|
|
244
253
|
{
|
|
245
254
|
"const": "{palette.color.black}",
|
|
246
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
247
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
255
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
256
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
248
257
|
},
|
|
249
258
|
{
|
|
250
259
|
"const": "{palette.color.blue}",
|
|
251
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
252
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
260
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
261
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
253
262
|
},
|
|
254
263
|
{
|
|
255
264
|
"const": "{palette.color.burntSienna}",
|
|
256
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
257
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
265
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
266
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
260
269
|
"const": "{palette.color.cardinalPink}",
|
|
261
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
262
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
270
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
271
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
263
272
|
},
|
|
264
273
|
{
|
|
265
274
|
"const": "{palette.color.carouselPink}",
|
|
266
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
267
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
275
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
276
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
268
277
|
},
|
|
269
278
|
{
|
|
270
279
|
"const": "{palette.color.chathamsBlue}",
|
|
271
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
272
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
280
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
281
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
273
282
|
},
|
|
274
283
|
{
|
|
275
284
|
"const": "{palette.color.chathamsBlueDark}",
|
|
276
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
277
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
285
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
286
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
278
287
|
},
|
|
279
288
|
{
|
|
280
289
|
"const": "{palette.color.darkBlue}",
|
|
281
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
282
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
290
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
291
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
283
292
|
},
|
|
284
293
|
{
|
|
285
294
|
"const": "{palette.color.darkMosque}",
|
|
286
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
287
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
295
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
296
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
288
297
|
},
|
|
289
298
|
{
|
|
290
299
|
"const": "{palette.color.dove}",
|
|
291
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
292
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
300
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
301
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
293
302
|
},
|
|
294
303
|
{
|
|
295
304
|
"const": "{palette.color.doveDark}",
|
|
296
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
297
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
305
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
306
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
298
307
|
},
|
|
299
308
|
{
|
|
300
309
|
"const": "{palette.color.flirt}",
|
|
301
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
302
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
310
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
311
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
303
312
|
},
|
|
304
313
|
{
|
|
305
314
|
"const": "{palette.color.gallery}",
|
|
306
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
307
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
315
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
316
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
308
317
|
},
|
|
309
318
|
{
|
|
310
319
|
"const": "{palette.color.greyLight}",
|
|
311
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
312
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
320
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
321
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
313
322
|
},
|
|
314
323
|
{
|
|
315
324
|
"const": "{palette.color.hibiscus}",
|
|
316
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
317
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
325
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
326
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
318
327
|
},
|
|
319
328
|
{
|
|
320
329
|
"const": "{palette.color.iceberg}",
|
|
321
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
322
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
330
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
331
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
323
332
|
},
|
|
324
333
|
{
|
|
325
334
|
"const": "{palette.color.icicle}",
|
|
326
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
327
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
335
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
336
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
328
337
|
},
|
|
329
338
|
{
|
|
330
339
|
"const": "{palette.color.icicleDark}",
|
|
331
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
332
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
340
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
341
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
333
342
|
},
|
|
334
343
|
{
|
|
335
344
|
"const": "{palette.color.mintTulip}",
|
|
336
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
337
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
345
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
346
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
338
347
|
},
|
|
339
348
|
{
|
|
340
349
|
"const": "{palette.color.mortar}",
|
|
341
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
342
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
350
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
351
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
343
352
|
},
|
|
344
353
|
{
|
|
345
354
|
"const": "{palette.color.mosque}",
|
|
346
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
347
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
355
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
356
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
348
357
|
},
|
|
349
358
|
{
|
|
350
359
|
"const": "{palette.color.mosqueDark}",
|
|
351
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
352
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
360
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
361
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
353
362
|
},
|
|
354
363
|
{
|
|
355
364
|
"const": "{palette.color.notificationErrorBg}",
|
|
356
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
357
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
365
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nUsed for error notifications, tbc if should be in palette",
|
|
366
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\nUsed for error notifications, tbc if should be in palette"
|
|
358
367
|
},
|
|
359
368
|
{
|
|
360
369
|
"const": "{palette.color.onahau}",
|
|
361
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
362
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
370
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
371
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
363
372
|
},
|
|
364
373
|
{
|
|
365
374
|
"const": "{palette.color.piggyPink}",
|
|
366
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
367
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
375
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
376
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
368
377
|
},
|
|
369
378
|
{
|
|
370
379
|
"const": "{palette.color.seaBuckthorn}",
|
|
371
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
372
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
380
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
381
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
373
382
|
},
|
|
374
383
|
{
|
|
375
384
|
"const": "{palette.color.silver}",
|
|
376
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
377
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
385
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
386
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
378
387
|
},
|
|
379
388
|
{
|
|
380
389
|
"const": "{palette.color.texas}",
|
|
381
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
382
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
390
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
391
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
383
392
|
},
|
|
384
393
|
{
|
|
385
394
|
"const": "{palette.color.transparent}",
|
|
386
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
387
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
395
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
396
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
388
397
|
},
|
|
389
398
|
{
|
|
390
399
|
"const": "{palette.color.trinidad}",
|
|
391
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
392
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
400
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
401
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
393
402
|
},
|
|
394
403
|
{
|
|
395
404
|
"const": "{palette.color.trinidadDark}",
|
|
396
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
397
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
405
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
406
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
398
407
|
},
|
|
399
408
|
{
|
|
400
409
|
"const": "{palette.color.turquoise}",
|
|
401
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
402
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
410
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
411
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
403
412
|
},
|
|
404
413
|
{
|
|
405
414
|
"const": "{palette.color.wattle}",
|
|
406
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
407
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
415
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
416
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
408
417
|
},
|
|
409
418
|
{
|
|
410
419
|
"const": "{palette.color.wellRead}",
|
|
411
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
412
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
420
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
421
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
413
422
|
},
|
|
414
423
|
{
|
|
415
424
|
"const": "{palette.color.white}",
|
|
416
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
417
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
425
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
426
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
418
427
|
},
|
|
419
428
|
{
|
|
420
429
|
"const": "{palette.color.whiteDark}",
|
|
421
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
422
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
430
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
431
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
423
432
|
},
|
|
424
433
|
{
|
|
425
434
|
"const": "{system.color.transparent}",
|
|
426
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
427
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
435
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
436
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
428
437
|
},
|
|
429
438
|
{
|
|
430
439
|
"const": "{system.color.none}",
|
|
431
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
432
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
440
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
441
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
433
442
|
}
|
|
434
443
|
],
|
|
435
444
|
"$id": "#color"
|
|
@@ -438,18 +447,18 @@
|
|
|
438
447
|
"anyOf": [
|
|
439
448
|
{
|
|
440
449
|
"const": "{palette.duration.duration250}",
|
|
441
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
442
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
450
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
451
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
443
452
|
},
|
|
444
453
|
{
|
|
445
454
|
"const": "{palette.duration.duration300}",
|
|
446
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
447
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
455
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
456
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
448
457
|
},
|
|
449
458
|
{
|
|
450
459
|
"const": "{system.duration.zero}",
|
|
451
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
452
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
460
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
461
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
453
462
|
}
|
|
454
463
|
],
|
|
455
464
|
"$id": "#duration"
|
|
@@ -458,93 +467,98 @@
|
|
|
458
467
|
"anyOf": [
|
|
459
468
|
{
|
|
460
469
|
"const": "{palette.fontSize.size12}",
|
|
461
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
462
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
470
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
471
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
463
472
|
},
|
|
464
473
|
{
|
|
465
474
|
"const": "{palette.fontSize.size14}",
|
|
466
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
467
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
475
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
476
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
468
477
|
},
|
|
469
478
|
{
|
|
470
479
|
"const": "{palette.fontSize.size16}",
|
|
471
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
472
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
480
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
481
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
473
482
|
},
|
|
474
483
|
{
|
|
475
484
|
"const": "{palette.fontSize.size18}",
|
|
476
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
477
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
485
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
486
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
478
487
|
},
|
|
479
488
|
{
|
|
480
489
|
"const": "{palette.fontSize.size2}",
|
|
481
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
482
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
490
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
491
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
483
492
|
},
|
|
484
493
|
{
|
|
485
494
|
"const": "{palette.fontSize.size20}",
|
|
486
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
487
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
495
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
496
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
488
497
|
},
|
|
489
498
|
{
|
|
490
499
|
"const": "{palette.fontSize.size24}",
|
|
491
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
492
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
500
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
501
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
493
502
|
},
|
|
494
503
|
{
|
|
495
504
|
"const": "{palette.fontSize.size28}",
|
|
496
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
497
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
505
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
506
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"const": "{palette.fontSize.size30}",
|
|
510
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
511
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
498
512
|
},
|
|
499
513
|
{
|
|
500
514
|
"const": "{palette.fontSize.size32}",
|
|
501
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
502
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
515
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
516
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
503
517
|
},
|
|
504
518
|
{
|
|
505
519
|
"const": "{palette.fontSize.size34}",
|
|
506
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
507
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
520
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
521
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
508
522
|
},
|
|
509
523
|
{
|
|
510
524
|
"const": "{palette.fontSize.size36}",
|
|
511
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
512
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
525
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
526
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
513
527
|
},
|
|
514
528
|
{
|
|
515
529
|
"const": "{palette.fontSize.size40}",
|
|
516
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
517
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
530
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
531
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
518
532
|
},
|
|
519
533
|
{
|
|
520
534
|
"const": "{palette.fontSize.size44}",
|
|
521
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
522
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
535
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
536
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
523
537
|
},
|
|
524
538
|
{
|
|
525
539
|
"const": "{palette.fontSize.size48}",
|
|
526
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
527
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
540
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
541
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
528
542
|
},
|
|
529
543
|
{
|
|
530
544
|
"const": "{palette.fontSize.size54}",
|
|
531
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
532
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
545
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
546
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
533
547
|
},
|
|
534
548
|
{
|
|
535
549
|
"const": "{palette.fontSize.size56}",
|
|
536
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
537
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
550
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
551
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
538
552
|
},
|
|
539
553
|
{
|
|
540
554
|
"const": "{palette.fontSize.size64}",
|
|
541
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
542
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
555
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
556
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
543
557
|
},
|
|
544
558
|
{
|
|
545
559
|
"const": "{palette.fontSize.size70}",
|
|
546
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
547
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
560
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
561
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
548
562
|
}
|
|
549
563
|
],
|
|
550
564
|
"$id": "#fontSize"
|
|
@@ -553,338 +567,338 @@
|
|
|
553
567
|
"anyOf": [
|
|
554
568
|
{
|
|
555
569
|
"const": "{palette.icon.Add}",
|
|
556
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
557
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
570
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
571
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
558
572
|
},
|
|
559
573
|
{
|
|
560
574
|
"const": "{palette.icon.ArrowDownCircled}",
|
|
561
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
562
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
575
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
576
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
563
577
|
},
|
|
564
578
|
{
|
|
565
579
|
"const": "{palette.icon.ArrowLeft}",
|
|
566
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
567
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
580
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
581
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
568
582
|
},
|
|
569
583
|
{
|
|
570
584
|
"const": "{palette.icon.ArrowRight}",
|
|
571
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
572
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
585
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
586
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
573
587
|
},
|
|
574
588
|
{
|
|
575
589
|
"const": "{palette.icon.BoxOutline}",
|
|
576
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
577
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
590
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
591
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
578
592
|
},
|
|
579
593
|
{
|
|
580
594
|
"const": "{palette.icon.BoxOutlineChecked}",
|
|
581
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
582
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
595
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
596
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
583
597
|
},
|
|
584
598
|
{
|
|
585
599
|
"const": "{palette.icon.Bullet}",
|
|
586
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
587
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
600
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
601
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
588
602
|
},
|
|
589
603
|
{
|
|
590
604
|
"const": "{palette.icon.Cart}",
|
|
591
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
592
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
605
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
606
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
593
607
|
},
|
|
594
608
|
{
|
|
595
609
|
"const": "{palette.icon.CartFilled}",
|
|
596
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
597
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
610
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
611
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
598
612
|
},
|
|
599
613
|
{
|
|
600
614
|
"const": "{palette.icon.Caution}",
|
|
601
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
602
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
615
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
616
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
603
617
|
},
|
|
604
618
|
{
|
|
605
619
|
"const": "{palette.icon.Check}",
|
|
606
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
607
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
620
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
621
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
608
622
|
},
|
|
609
623
|
{
|
|
610
624
|
"const": "{palette.icon.CheckCircle}",
|
|
611
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
612
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
625
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
626
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
613
627
|
},
|
|
614
628
|
{
|
|
615
629
|
"const": "{palette.icon.CheckCircleFilled}",
|
|
616
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
617
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
630
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
631
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
618
632
|
},
|
|
619
633
|
{
|
|
620
634
|
"const": "{palette.icon.CheckCircledFilled}",
|
|
621
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
622
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
635
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
636
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
623
637
|
},
|
|
624
638
|
{
|
|
625
639
|
"const": "{palette.icon.CheckCircledNotFilled}",
|
|
626
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
627
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
640
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
641
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
628
642
|
},
|
|
629
643
|
{
|
|
630
644
|
"const": "{palette.icon.ChevronDown}",
|
|
631
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
632
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
645
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
646
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
633
647
|
},
|
|
634
648
|
{
|
|
635
649
|
"const": "{palette.icon.ChevronLeft}",
|
|
636
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
637
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
650
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
651
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
638
652
|
},
|
|
639
653
|
{
|
|
640
654
|
"const": "{palette.icon.ChevronRight}",
|
|
641
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
642
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
655
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
656
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
643
657
|
},
|
|
644
658
|
{
|
|
645
659
|
"const": "{palette.icon.ChevronUp}",
|
|
646
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
647
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
660
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
661
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
648
662
|
},
|
|
649
663
|
{
|
|
650
664
|
"const": "{palette.icon.CircledLine}",
|
|
651
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
652
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
665
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
666
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
653
667
|
},
|
|
654
668
|
{
|
|
655
669
|
"const": "{palette.icon.Close}",
|
|
656
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
657
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
670
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
671
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
658
672
|
},
|
|
659
673
|
{
|
|
660
674
|
"const": "{palette.icon.Devices}",
|
|
661
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
662
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
675
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
676
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
663
677
|
},
|
|
664
678
|
{
|
|
665
679
|
"const": "{palette.icon.Download}",
|
|
666
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
667
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
680
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
681
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
668
682
|
},
|
|
669
683
|
{
|
|
670
684
|
"const": "{palette.icon.ExclamationOctagon}",
|
|
671
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
672
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
685
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
686
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
673
687
|
},
|
|
674
688
|
{
|
|
675
689
|
"const": "{palette.icon.ExclamationTriangle}",
|
|
676
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
677
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
690
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
691
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
678
692
|
},
|
|
679
693
|
{
|
|
680
694
|
"const": "{palette.icon.Expand}",
|
|
681
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
682
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
695
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
696
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
683
697
|
},
|
|
684
698
|
{
|
|
685
699
|
"const": "{palette.icon.EyeClosed}",
|
|
686
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
687
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
700
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
701
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
688
702
|
},
|
|
689
703
|
{
|
|
690
704
|
"const": "{palette.icon.EyeMasked}",
|
|
691
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
692
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
705
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
706
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
693
707
|
},
|
|
694
708
|
{
|
|
695
709
|
"const": "{palette.icon.EyeOpened}",
|
|
696
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
697
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
710
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
711
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
698
712
|
},
|
|
699
713
|
{
|
|
700
714
|
"const": "{palette.icon.EyeUnmasked}",
|
|
701
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
702
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
715
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
716
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
703
717
|
},
|
|
704
718
|
{
|
|
705
719
|
"const": "{palette.icon.Gift}",
|
|
706
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
707
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
720
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
721
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
708
722
|
},
|
|
709
723
|
{
|
|
710
724
|
"const": "{palette.icon.Hamburger}",
|
|
711
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
712
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
725
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
726
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
713
727
|
},
|
|
714
728
|
{
|
|
715
729
|
"const": "{palette.icon.Info}",
|
|
716
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
717
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
730
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
731
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
718
732
|
},
|
|
719
733
|
{
|
|
720
734
|
"const": "{palette.icon.InfoSelected}",
|
|
721
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
722
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
735
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
736
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
723
737
|
},
|
|
724
738
|
{
|
|
725
739
|
"const": "{palette.icon.InformationCircled}",
|
|
726
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
727
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
740
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
741
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
728
742
|
},
|
|
729
743
|
{
|
|
730
744
|
"const": "{palette.icon.Kebab}",
|
|
731
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
732
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
745
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
746
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
733
747
|
},
|
|
734
748
|
{
|
|
735
749
|
"const": "{palette.icon.LeftCircle}",
|
|
736
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
737
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
750
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
751
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
738
752
|
},
|
|
739
753
|
{
|
|
740
754
|
"const": "{palette.icon.LocationMap}",
|
|
741
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
742
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
755
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
756
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
743
757
|
},
|
|
744
758
|
{
|
|
745
759
|
"const": "{palette.icon.LockFilled}",
|
|
746
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
747
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
760
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
761
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
748
762
|
},
|
|
749
763
|
{
|
|
750
764
|
"const": "{palette.icon.Maintenance}",
|
|
751
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
752
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
765
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
766
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
753
767
|
},
|
|
754
768
|
{
|
|
755
769
|
"const": "{palette.icon.MaintenanceFilled}",
|
|
756
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
757
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
770
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
771
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
758
772
|
},
|
|
759
773
|
{
|
|
760
774
|
"const": "{palette.icon.OfferStarFilled}",
|
|
761
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
762
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
775
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
776
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
763
777
|
},
|
|
764
778
|
{
|
|
765
779
|
"const": "{palette.icon.Perk}",
|
|
766
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
767
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
780
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
781
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
768
782
|
},
|
|
769
783
|
{
|
|
770
784
|
"const": "{palette.icon.Phone}",
|
|
771
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
772
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
785
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
786
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
773
787
|
},
|
|
774
788
|
{
|
|
775
789
|
"const": "{palette.icon.PhoneTroubleshoot}",
|
|
776
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
777
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
790
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
791
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
778
792
|
},
|
|
779
793
|
{
|
|
780
794
|
"const": "{palette.icon.PlayVideo}",
|
|
781
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
782
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
795
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
796
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
783
797
|
},
|
|
784
798
|
{
|
|
785
799
|
"const": "{palette.icon.Question}",
|
|
786
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
787
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
800
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
801
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
788
802
|
},
|
|
789
803
|
{
|
|
790
804
|
"const": "{palette.icon.QuestionFilled}",
|
|
791
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
792
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
805
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
806
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
793
807
|
},
|
|
794
808
|
{
|
|
795
809
|
"const": "{palette.icon.RadialOutline}",
|
|
796
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
797
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
810
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
811
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
798
812
|
},
|
|
799
813
|
{
|
|
800
814
|
"const": "{palette.icon.RadialOutlineChecked}",
|
|
801
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
802
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
815
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
816
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
803
817
|
},
|
|
804
818
|
{
|
|
805
819
|
"const": "{palette.icon.Receipt}",
|
|
806
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
807
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
820
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
821
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
808
822
|
},
|
|
809
823
|
{
|
|
810
824
|
"const": "{palette.icon.Refresh}",
|
|
811
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
812
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
825
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
826
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
813
827
|
},
|
|
814
828
|
{
|
|
815
829
|
"const": "{palette.icon.RightCirlce}",
|
|
816
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
817
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
830
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
831
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
818
832
|
},
|
|
819
833
|
{
|
|
820
834
|
"const": "{palette.icon.Settings}",
|
|
821
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
822
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
835
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
836
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
823
837
|
},
|
|
824
838
|
{
|
|
825
839
|
"const": "{palette.icon.ShippingFilled}",
|
|
826
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
827
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
840
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
841
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
828
842
|
},
|
|
829
843
|
{
|
|
830
844
|
"const": "{palette.icon.Shop}",
|
|
831
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
832
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
845
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
846
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
833
847
|
},
|
|
834
848
|
{
|
|
835
849
|
"const": "{palette.icon.Sim}",
|
|
836
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
837
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
850
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
851
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
838
852
|
},
|
|
839
853
|
{
|
|
840
854
|
"const": "{palette.icon.SimFilled}",
|
|
841
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
842
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
855
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
856
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
843
857
|
},
|
|
844
858
|
{
|
|
845
859
|
"const": "{palette.icon.Spyglass}",
|
|
846
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
847
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
860
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
861
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
848
862
|
},
|
|
849
863
|
{
|
|
850
864
|
"const": "{palette.icon.Subtract}",
|
|
851
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
852
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
865
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
866
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
853
867
|
},
|
|
854
868
|
{
|
|
855
869
|
"const": "{palette.icon.Tag}",
|
|
856
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
857
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
870
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
871
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
858
872
|
},
|
|
859
873
|
{
|
|
860
874
|
"const": "{palette.icon.TagFilled}",
|
|
861
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
862
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
875
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
876
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
863
877
|
},
|
|
864
878
|
{
|
|
865
879
|
"const": "{palette.icon.Times}",
|
|
866
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
867
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
880
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
881
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
868
882
|
},
|
|
869
883
|
{
|
|
870
884
|
"const": "{palette.icon.TimesCircled}",
|
|
871
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
872
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
885
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
886
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
873
887
|
},
|
|
874
888
|
{
|
|
875
889
|
"const": "{palette.icon.ToolTipFilled}",
|
|
876
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
877
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
890
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
891
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
878
892
|
},
|
|
879
893
|
{
|
|
880
894
|
"const": "{palette.icon.Tooltip}",
|
|
881
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
882
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
895
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
896
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
883
897
|
},
|
|
884
898
|
{
|
|
885
899
|
"const": "{system.icon.none}",
|
|
886
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
887
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
900
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
901
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
888
902
|
}
|
|
889
903
|
],
|
|
890
904
|
"$id": "#icon"
|
|
@@ -893,13 +907,13 @@
|
|
|
893
907
|
"anyOf": [
|
|
894
908
|
{
|
|
895
909
|
"const": "{palette.letterSpacing.default}",
|
|
896
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
897
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
910
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
911
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
898
912
|
},
|
|
899
913
|
{
|
|
900
914
|
"const": "{system.letterSpacing.none}",
|
|
901
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
902
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
915
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
916
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
903
917
|
}
|
|
904
918
|
],
|
|
905
919
|
"$id": "#letterSpacing"
|
|
@@ -908,123 +922,133 @@
|
|
|
908
922
|
"anyOf": [
|
|
909
923
|
{
|
|
910
924
|
"const": "{palette.lineHeight.multiply110}",
|
|
911
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
912
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
925
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
926
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
913
927
|
},
|
|
914
928
|
{
|
|
915
929
|
"const": "{palette.lineHeight.multiply120}",
|
|
916
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
917
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
930
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
931
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
918
932
|
},
|
|
919
933
|
{
|
|
920
934
|
"const": "{palette.lineHeight.multiply130}",
|
|
921
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
922
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
935
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
936
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
923
937
|
},
|
|
924
938
|
{
|
|
925
939
|
"const": "{palette.lineHeight.multiply140}",
|
|
926
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
927
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
940
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
941
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
928
942
|
},
|
|
929
943
|
{
|
|
930
944
|
"const": "{palette.lineHeight.multiply150}",
|
|
931
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
932
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
945
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
946
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
933
947
|
},
|
|
934
948
|
{
|
|
935
949
|
"const": "{palette.lineHeight.multiply160}",
|
|
936
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
937
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
950
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
951
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
938
952
|
},
|
|
939
953
|
{
|
|
940
954
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
941
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
942
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
955
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
956
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
943
957
|
},
|
|
944
958
|
{
|
|
945
959
|
"const": "{palette.lineHeight.ratio11to5}",
|
|
946
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
947
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
960
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
961
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
948
962
|
},
|
|
949
963
|
{
|
|
950
964
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
951
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
952
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
965
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
966
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
953
967
|
},
|
|
954
968
|
{
|
|
955
969
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
956
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
957
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
970
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
971
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"const": "{palette.lineHeight.ratio16to2}",
|
|
975
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
976
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
958
977
|
},
|
|
959
978
|
{
|
|
960
979
|
"const": "{palette.lineHeight.ratio17to8}",
|
|
961
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
962
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
980
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
981
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
963
982
|
},
|
|
964
983
|
{
|
|
965
984
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
966
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
967
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
985
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
986
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
968
987
|
},
|
|
969
988
|
{
|
|
970
989
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
971
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
972
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
990
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
991
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
973
992
|
},
|
|
974
993
|
{
|
|
975
994
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
976
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
977
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
995
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
996
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
978
997
|
},
|
|
979
998
|
{
|
|
980
999
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
981
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
982
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1000
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1001
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
983
1002
|
},
|
|
984
1003
|
{
|
|
985
1004
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
986
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
987
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1005
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1006
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
988
1007
|
},
|
|
989
1008
|
{
|
|
990
1009
|
"const": "{palette.lineHeight.ratio7to3}",
|
|
991
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
992
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1010
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1011
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
993
1012
|
},
|
|
994
1013
|
{
|
|
995
1014
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
996
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
997
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1015
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1016
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
998
1017
|
},
|
|
999
1018
|
{
|
|
1000
1019
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
1001
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1002
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1020
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1021
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1003
1022
|
}
|
|
1004
1023
|
],
|
|
1005
1024
|
"$id": "#lineHeight"
|
|
1006
1025
|
},
|
|
1007
1026
|
"opacity": {
|
|
1008
1027
|
"anyOf": [
|
|
1028
|
+
{
|
|
1029
|
+
"const": "{palette.opacity.opacity10}",
|
|
1030
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1031
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1032
|
+
},
|
|
1009
1033
|
{
|
|
1010
1034
|
"const": "{palette.opacity.opacity3}",
|
|
1011
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1012
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1035
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1036
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1013
1037
|
},
|
|
1014
1038
|
{
|
|
1015
1039
|
"const": "{palette.opacity.opacity5}",
|
|
1016
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1017
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1040
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1041
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1018
1042
|
},
|
|
1019
1043
|
{
|
|
1020
1044
|
"const": "{palette.opacity.opacity8}",
|
|
1021
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1022
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1045
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1046
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1023
1047
|
},
|
|
1024
1048
|
{
|
|
1025
1049
|
"const": "{system.opacity.opaque}",
|
|
1026
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1027
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1050
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1051
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1028
1052
|
}
|
|
1029
1053
|
],
|
|
1030
1054
|
"$id": "#opacity"
|
|
@@ -1033,48 +1057,48 @@
|
|
|
1033
1057
|
"anyOf": [
|
|
1034
1058
|
{
|
|
1035
1059
|
"const": "{palette.radius.none}",
|
|
1036
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1037
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1060
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1061
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1038
1062
|
},
|
|
1039
1063
|
{
|
|
1040
1064
|
"const": "{palette.radius.pill32}",
|
|
1041
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1042
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1065
|
+
"description": "@telus-uds/palette-koodo/v0.16.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)",
|
|
1066
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.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)"
|
|
1043
1067
|
},
|
|
1044
1068
|
{
|
|
1045
1069
|
"const": "{palette.radius.radius12}",
|
|
1046
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1047
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1070
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1071
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1048
1072
|
},
|
|
1049
1073
|
{
|
|
1050
1074
|
"const": "{palette.radius.radius4}",
|
|
1051
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1052
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1075
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1076
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1053
1077
|
},
|
|
1054
1078
|
{
|
|
1055
1079
|
"const": "{palette.radius.radius48}",
|
|
1056
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1057
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1080
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1081
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1058
1082
|
},
|
|
1059
1083
|
{
|
|
1060
1084
|
"const": "{palette.radius.radius6}",
|
|
1061
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1062
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1085
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1086
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1063
1087
|
},
|
|
1064
1088
|
{
|
|
1065
1089
|
"const": "{palette.radius.radius8}",
|
|
1066
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1067
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1090
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1091
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1068
1092
|
},
|
|
1069
1093
|
{
|
|
1070
1094
|
"const": "{system.radius.zero}",
|
|
1071
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1072
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1095
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1096
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1073
1097
|
},
|
|
1074
1098
|
{
|
|
1075
1099
|
"const": "{system.radius.round}",
|
|
1076
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1077
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1100
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1101
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1078
1102
|
}
|
|
1079
1103
|
],
|
|
1080
1104
|
"$id": "#radius"
|
|
@@ -1083,43 +1107,43 @@
|
|
|
1083
1107
|
"anyOf": [
|
|
1084
1108
|
{
|
|
1085
1109
|
"const": "{palette.shadow.elevation1}",
|
|
1086
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1087
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1110
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nRaise the element one level from the surface, such as sticky elements",
|
|
1111
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\nRaise the element one level from the surface, such as sticky elements"
|
|
1088
1112
|
},
|
|
1089
1113
|
{
|
|
1090
1114
|
"const": "{palette.shadow.elevation2}",
|
|
1091
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1092
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1115
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nRaise the element 2 levels from the surface, such as overlays",
|
|
1116
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\nRaise the element 2 levels from the surface, such as overlays"
|
|
1093
1117
|
},
|
|
1094
1118
|
{
|
|
1095
1119
|
"const": "{palette.shadow.elevation3}",
|
|
1096
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1097
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1120
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nRaise the element to the highest level from the surface, such as mega-nav",
|
|
1121
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\nRaise the element to the highest level from the surface, such as mega-nav"
|
|
1098
1122
|
},
|
|
1099
1123
|
{
|
|
1100
1124
|
"const": "{palette.shadow.none}",
|
|
1101
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1102
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1125
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1126
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1103
1127
|
},
|
|
1104
1128
|
{
|
|
1105
1129
|
"const": "{palette.shadow.surfaceEmboss}",
|
|
1106
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1107
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1130
|
+
"description": "@telus-uds/palette-koodo/v0.16.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",
|
|
1131
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.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"
|
|
1108
1132
|
},
|
|
1109
1133
|
{
|
|
1110
1134
|
"const": "{palette.shadow.surfaceInset}",
|
|
1111
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1112
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1135
|
+
"description": "@telus-uds/palette-koodo/v0.16.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",
|
|
1136
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.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"
|
|
1113
1137
|
},
|
|
1114
1138
|
{
|
|
1115
1139
|
"const": "{palette.shadow.surfaceRaised}",
|
|
1116
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1117
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1140
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
|
|
1141
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.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"
|
|
1118
1142
|
},
|
|
1119
1143
|
{
|
|
1120
1144
|
"const": "{system.shadow.none}",
|
|
1121
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1122
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1145
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1146
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1123
1147
|
}
|
|
1124
1148
|
],
|
|
1125
1149
|
"$id": "#shadow"
|
|
@@ -1128,193 +1152,233 @@
|
|
|
1128
1152
|
"anyOf": [
|
|
1129
1153
|
{
|
|
1130
1154
|
"const": "{palette.size.size0}",
|
|
1131
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1132
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1155
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1156
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1133
1157
|
},
|
|
1134
1158
|
{
|
|
1135
1159
|
"const": "{palette.size.size1}",
|
|
1136
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1137
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1160
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nFor special gap sizes. This is not part of the koodo spacing scale.",
|
|
1161
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\nFor special gap sizes. This is not part of the koodo spacing scale."
|
|
1138
1162
|
},
|
|
1139
1163
|
{
|
|
1140
1164
|
"const": "{palette.size.size10}",
|
|
1141
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1142
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1165
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1166
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1143
1167
|
},
|
|
1144
1168
|
{
|
|
1145
1169
|
"const": "{palette.size.size12}",
|
|
1146
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1147
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1170
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1171
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1148
1172
|
},
|
|
1149
1173
|
{
|
|
1150
1174
|
"const": "{palette.size.size120}",
|
|
1151
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1152
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1175
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1176
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1153
1177
|
},
|
|
1154
1178
|
{
|
|
1155
1179
|
"const": "{palette.size.size128}",
|
|
1156
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1157
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1180
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
1181
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component"
|
|
1158
1182
|
},
|
|
1159
1183
|
{
|
|
1160
1184
|
"const": "{palette.size.size14}",
|
|
1161
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1162
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1185
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nAllows for the PaginationSideButton icon size",
|
|
1186
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\nAllows for the PaginationSideButton icon size"
|
|
1163
1187
|
},
|
|
1164
1188
|
{
|
|
1165
1189
|
"const": "{palette.size.size140}",
|
|
1166
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1167
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1190
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
1191
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered"
|
|
1168
1192
|
},
|
|
1169
1193
|
{
|
|
1170
1194
|
"const": "{palette.size.size144}",
|
|
1171
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1172
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1195
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
1196
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
1173
1197
|
},
|
|
1174
1198
|
{
|
|
1175
1199
|
"const": "{palette.size.size15}",
|
|
1176
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1177
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1200
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nStepTracker knob diameter",
|
|
1201
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\nStepTracker knob diameter"
|
|
1178
1202
|
},
|
|
1179
1203
|
{
|
|
1180
1204
|
"const": "{palette.size.size16}",
|
|
1181
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1182
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1205
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1206
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1183
1207
|
},
|
|
1184
1208
|
{
|
|
1185
1209
|
"const": "{palette.size.size168}",
|
|
1186
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1187
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1210
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
1211
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n168 is the image size for xl screen size on the QuickLinksFeature component"
|
|
1188
1212
|
},
|
|
1189
1213
|
{
|
|
1190
1214
|
"const": "{palette.size.size18}",
|
|
1191
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1192
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1215
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1216
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1193
1217
|
},
|
|
1194
1218
|
{
|
|
1195
1219
|
"const": "{palette.size.size184}",
|
|
1196
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1197
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1220
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
|
|
1221
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered"
|
|
1198
1222
|
},
|
|
1199
1223
|
{
|
|
1200
1224
|
"const": "{palette.size.size2}",
|
|
1201
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1202
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1225
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1226
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1203
1227
|
},
|
|
1204
1228
|
{
|
|
1205
1229
|
"const": "{palette.size.size20}",
|
|
1206
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1207
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1230
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1231
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"const": "{palette.size.size21}",
|
|
1235
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1236
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"const": "{palette.size.size22}",
|
|
1240
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1241
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1208
1242
|
},
|
|
1209
1243
|
{
|
|
1210
1244
|
"const": "{palette.size.size24}",
|
|
1211
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1212
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1245
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1246
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"const": "{palette.size.size26}",
|
|
1250
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1251
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"const": "{palette.size.size27}",
|
|
1255
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1256
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"const": "{palette.size.size288}",
|
|
1260
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1261
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"const": "{palette.size.size3}",
|
|
1265
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1266
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1213
1267
|
},
|
|
1214
1268
|
{
|
|
1215
1269
|
"const": "{palette.size.size32}",
|
|
1216
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1217
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1270
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1271
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1218
1272
|
},
|
|
1219
1273
|
{
|
|
1220
1274
|
"const": "{palette.size.size36}",
|
|
1221
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1222
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1275
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1276
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1223
1277
|
},
|
|
1224
1278
|
{
|
|
1225
1279
|
"const": "{palette.size.size4}",
|
|
1226
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1227
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1280
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1281
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1228
1282
|
},
|
|
1229
1283
|
{
|
|
1230
1284
|
"const": "{palette.size.size40}",
|
|
1231
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1232
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1285
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1286
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1233
1287
|
},
|
|
1234
1288
|
{
|
|
1235
1289
|
"const": "{palette.size.size44}",
|
|
1236
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1237
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1290
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1291
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1238
1292
|
},
|
|
1239
1293
|
{
|
|
1240
1294
|
"const": "{palette.size.size48}",
|
|
1241
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1242
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1295
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1296
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1243
1297
|
},
|
|
1244
1298
|
{
|
|
1245
1299
|
"const": "{palette.size.size5}",
|
|
1246
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1247
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1300
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1301
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"const": "{palette.size.size6}",
|
|
1305
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1306
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1248
1307
|
},
|
|
1249
1308
|
{
|
|
1250
1309
|
"const": "{palette.size.size64}",
|
|
1251
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1252
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1310
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1311
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"const": "{palette.size.size640}",
|
|
1315
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\nUsed for max height in VideoPicker",
|
|
1316
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\nUsed for max height in VideoPicker"
|
|
1253
1317
|
},
|
|
1254
1318
|
{
|
|
1255
1319
|
"const": "{palette.size.size72}",
|
|
1256
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1257
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1320
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1321
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1258
1322
|
},
|
|
1259
1323
|
{
|
|
1260
1324
|
"const": "{palette.size.size8}",
|
|
1261
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1262
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1325
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1326
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1263
1327
|
},
|
|
1264
1328
|
{
|
|
1265
1329
|
"const": "{palette.size.size80}",
|
|
1266
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1267
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1330
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1331
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1268
1332
|
},
|
|
1269
1333
|
{
|
|
1270
1334
|
"const": "{palette.size.size96}",
|
|
1271
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1272
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1335
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1336
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1273
1337
|
},
|
|
1274
1338
|
{
|
|
1275
1339
|
"const": "{system.size.none}",
|
|
1276
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1277
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1340
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1341
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1278
1342
|
},
|
|
1279
1343
|
{
|
|
1280
1344
|
"const": "{system.size.full}",
|
|
1281
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1282
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1345
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1346
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1283
1347
|
},
|
|
1284
1348
|
{
|
|
1285
1349
|
"const": "{system.size.twoThirds}",
|
|
1286
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1287
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1350
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1351
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1288
1352
|
},
|
|
1289
1353
|
{
|
|
1290
1354
|
"const": "{system.size.zero}",
|
|
1291
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1292
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1355
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1356
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1293
1357
|
},
|
|
1294
1358
|
{
|
|
1295
1359
|
"const": "{system.size.viewportXs}",
|
|
1296
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1297
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1360
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1361
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1298
1362
|
},
|
|
1299
1363
|
{
|
|
1300
1364
|
"const": "{system.size.viewportSm}",
|
|
1301
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1302
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1365
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1366
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1303
1367
|
},
|
|
1304
1368
|
{
|
|
1305
1369
|
"const": "{system.size.viewportMd}",
|
|
1306
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1307
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1370
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1371
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1308
1372
|
},
|
|
1309
1373
|
{
|
|
1310
1374
|
"const": "{system.size.viewportLg}",
|
|
1311
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1312
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1375
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1376
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1313
1377
|
},
|
|
1314
1378
|
{
|
|
1315
1379
|
"const": "{system.size.viewportXl}",
|
|
1316
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1317
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1380
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1381
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1318
1382
|
}
|
|
1319
1383
|
],
|
|
1320
1384
|
"$id": "#size"
|
|
@@ -1323,8 +1387,8 @@
|
|
|
1323
1387
|
"anyOf": [
|
|
1324
1388
|
{
|
|
1325
1389
|
"const": "{palette.fontName.StagSans}",
|
|
1326
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1327
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1390
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1391
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1328
1392
|
}
|
|
1329
1393
|
],
|
|
1330
1394
|
"$id": "#fontName"
|
|
@@ -1333,28 +1397,28 @@
|
|
|
1333
1397
|
"anyOf": [
|
|
1334
1398
|
{
|
|
1335
1399
|
"const": "{palette.fontWeight.weight300}",
|
|
1336
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1337
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1400
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1401
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1338
1402
|
},
|
|
1339
1403
|
{
|
|
1340
1404
|
"const": "{palette.fontWeight.weight400}",
|
|
1341
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1342
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1405
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1406
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1343
1407
|
},
|
|
1344
1408
|
{
|
|
1345
1409
|
"const": "{palette.fontWeight.weight500}",
|
|
1346
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1347
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1410
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1411
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1348
1412
|
},
|
|
1349
1413
|
{
|
|
1350
1414
|
"const": "{palette.fontWeight.weight600}",
|
|
1351
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1352
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1415
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1416
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1353
1417
|
},
|
|
1354
1418
|
{
|
|
1355
1419
|
"const": "{palette.fontWeight.weight700}",
|
|
1356
|
-
"description": "@telus-uds/palette-koodo/v0.
|
|
1357
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v0.
|
|
1420
|
+
"description": "@telus-uds/palette-koodo/v0.16.0 palette tokens 🖌️\n",
|
|
1421
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v0.16.0` **palette** tokens 🖌️\n\n"
|
|
1358
1422
|
}
|
|
1359
1423
|
],
|
|
1360
1424
|
"$id": "#fontWeight"
|
|
@@ -1363,8 +1427,8 @@
|
|
|
1363
1427
|
"anyOf": [
|
|
1364
1428
|
{
|
|
1365
1429
|
"const": "{system.gradient.none}",
|
|
1366
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1367
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1430
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1431
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1368
1432
|
}
|
|
1369
1433
|
],
|
|
1370
1434
|
"$id": "#gradient"
|
|
@@ -1373,18 +1437,18 @@
|
|
|
1373
1437
|
"anyOf": [
|
|
1374
1438
|
{
|
|
1375
1439
|
"const": "{system.flexJustifyContent.center}",
|
|
1376
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1377
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1440
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1441
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1378
1442
|
},
|
|
1379
1443
|
{
|
|
1380
1444
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1381
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1382
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1445
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1446
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1383
1447
|
},
|
|
1384
1448
|
{
|
|
1385
1449
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1386
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1387
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1450
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1451
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1388
1452
|
}
|
|
1389
1453
|
],
|
|
1390
1454
|
"$id": "#flexJustifyContent"
|
|
@@ -1393,18 +1457,18 @@
|
|
|
1393
1457
|
"anyOf": [
|
|
1394
1458
|
{
|
|
1395
1459
|
"const": "{system.flexAlign.center}",
|
|
1396
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1397
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1460
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1461
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1398
1462
|
},
|
|
1399
1463
|
{
|
|
1400
1464
|
"const": "{system.flexAlign.flexStart}",
|
|
1401
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1402
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1465
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1466
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1403
1467
|
},
|
|
1404
1468
|
{
|
|
1405
1469
|
"const": "{system.flexAlign.stretch}",
|
|
1406
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1407
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1470
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1471
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1408
1472
|
}
|
|
1409
1473
|
],
|
|
1410
1474
|
"$id": "#flexAlign"
|
|
@@ -1413,63 +1477,63 @@
|
|
|
1413
1477
|
"anyOf": [
|
|
1414
1478
|
{
|
|
1415
1479
|
"const": "{system.integer.0}",
|
|
1416
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1417
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1480
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1481
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1418
1482
|
},
|
|
1419
1483
|
{
|
|
1420
1484
|
"const": "{system.integer.1}",
|
|
1421
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1422
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1485
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1486
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1423
1487
|
},
|
|
1424
1488
|
{
|
|
1425
1489
|
"const": "{system.integer.2}",
|
|
1426
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1427
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1490
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1491
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1428
1492
|
},
|
|
1429
1493
|
{
|
|
1430
1494
|
"const": "{system.integer.3}",
|
|
1431
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1432
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1495
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1496
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1433
1497
|
},
|
|
1434
1498
|
{
|
|
1435
1499
|
"const": "{system.integer.4}",
|
|
1436
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1437
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1500
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1501
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1438
1502
|
},
|
|
1439
1503
|
{
|
|
1440
1504
|
"const": "{system.integer.5}",
|
|
1441
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1442
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1505
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1506
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1443
1507
|
},
|
|
1444
1508
|
{
|
|
1445
1509
|
"const": "{system.integer.6}",
|
|
1446
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1447
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1510
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1511
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1448
1512
|
},
|
|
1449
1513
|
{
|
|
1450
1514
|
"const": "{system.integer.7}",
|
|
1451
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1452
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1515
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1516
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1453
1517
|
},
|
|
1454
1518
|
{
|
|
1455
1519
|
"const": "{system.integer.8}",
|
|
1456
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1457
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1520
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1521
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1458
1522
|
},
|
|
1459
1523
|
{
|
|
1460
1524
|
"const": "{system.integer.9}",
|
|
1461
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1462
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1525
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1526
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1463
1527
|
},
|
|
1464
1528
|
{
|
|
1465
1529
|
"const": "{system.integer.10}",
|
|
1466
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1467
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1530
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1531
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1468
1532
|
},
|
|
1469
1533
|
{
|
|
1470
1534
|
"const": "{system.integer.11}",
|
|
1471
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1472
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1535
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1536
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.5 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."
|
|
1473
1537
|
},
|
|
1474
1538
|
{
|
|
1475
1539
|
"type": "string",
|
|
@@ -1482,18 +1546,18 @@
|
|
|
1482
1546
|
"anyOf": [
|
|
1483
1547
|
{
|
|
1484
1548
|
"const": "{system.textLine.none}",
|
|
1485
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1486
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1549
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1550
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1487
1551
|
},
|
|
1488
1552
|
{
|
|
1489
1553
|
"const": "{system.textLine.underline}",
|
|
1490
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1491
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1554
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1555
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1492
1556
|
},
|
|
1493
1557
|
{
|
|
1494
1558
|
"const": "{system.textLine.strikethrough}",
|
|
1495
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1496
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1559
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1560
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1497
1561
|
}
|
|
1498
1562
|
],
|
|
1499
1563
|
"$id": "#textLine"
|
|
@@ -1502,8 +1566,8 @@
|
|
|
1502
1566
|
"anyOf": [
|
|
1503
1567
|
{
|
|
1504
1568
|
"const": "{system.textLineStyle.solid}",
|
|
1505
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1506
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1569
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1570
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1507
1571
|
}
|
|
1508
1572
|
],
|
|
1509
1573
|
"$id": "#textLineStyle"
|
|
@@ -1512,23 +1576,23 @@
|
|
|
1512
1576
|
"anyOf": [
|
|
1513
1577
|
{
|
|
1514
1578
|
"const": "{system.position.bottom}",
|
|
1515
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1516
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1579
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1580
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1517
1581
|
},
|
|
1518
1582
|
{
|
|
1519
1583
|
"const": "{system.position.left}",
|
|
1520
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1521
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1584
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1585
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1522
1586
|
},
|
|
1523
1587
|
{
|
|
1524
1588
|
"const": "{system.position.right}",
|
|
1525
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1526
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1589
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1590
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1527
1591
|
},
|
|
1528
1592
|
{
|
|
1529
1593
|
"const": "{system.position.top}",
|
|
1530
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1531
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1594
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1595
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1532
1596
|
}
|
|
1533
1597
|
],
|
|
1534
1598
|
"$id": "#position"
|
|
@@ -1537,13 +1601,13 @@
|
|
|
1537
1601
|
"anyOf": [
|
|
1538
1602
|
{
|
|
1539
1603
|
"const": "{system.direction.column}",
|
|
1540
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1541
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1604
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1605
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1542
1606
|
},
|
|
1543
1607
|
{
|
|
1544
1608
|
"const": "{system.direction.row}",
|
|
1545
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1546
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1609
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1610
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1547
1611
|
}
|
|
1548
1612
|
],
|
|
1549
1613
|
"$id": "#direction"
|
|
@@ -1552,13 +1616,13 @@
|
|
|
1552
1616
|
"anyOf": [
|
|
1553
1617
|
{
|
|
1554
1618
|
"const": "{system.show.true}",
|
|
1555
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1556
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1619
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1620
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1557
1621
|
},
|
|
1558
1622
|
{
|
|
1559
1623
|
"const": "{system.show.false}",
|
|
1560
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1561
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1624
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1625
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1562
1626
|
}
|
|
1563
1627
|
],
|
|
1564
1628
|
"$id": "#show"
|
|
@@ -1567,13 +1631,13 @@
|
|
|
1567
1631
|
"anyOf": [
|
|
1568
1632
|
{
|
|
1569
1633
|
"const": "{system.borderStyle.none}",
|
|
1570
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1571
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1634
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1635
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1572
1636
|
},
|
|
1573
1637
|
{
|
|
1574
1638
|
"const": "{system.borderStyle.solid}",
|
|
1575
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1576
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1639
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1640
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1577
1641
|
}
|
|
1578
1642
|
],
|
|
1579
1643
|
"$id": "#borderStyle"
|
|
@@ -1582,18 +1646,18 @@
|
|
|
1582
1646
|
"anyOf": [
|
|
1583
1647
|
{
|
|
1584
1648
|
"const": "{system.verticalAlign.top}",
|
|
1585
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1586
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1649
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1650
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1587
1651
|
},
|
|
1588
1652
|
{
|
|
1589
1653
|
"const": "{system.verticalAlign.middle}",
|
|
1590
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1591
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1654
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1655
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1592
1656
|
},
|
|
1593
1657
|
{
|
|
1594
1658
|
"const": "{system.verticalAlign.baseline}",
|
|
1595
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1596
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1659
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1660
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1597
1661
|
}
|
|
1598
1662
|
],
|
|
1599
1663
|
"$id": "#verticalAlign"
|
|
@@ -1602,18 +1666,18 @@
|
|
|
1602
1666
|
"anyOf": [
|
|
1603
1667
|
{
|
|
1604
1668
|
"const": "{system.iconScale.scale1}",
|
|
1605
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1606
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1669
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1670
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1607
1671
|
},
|
|
1608
1672
|
{
|
|
1609
1673
|
"const": "{system.iconScale.scale1_10}",
|
|
1610
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1611
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1674
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1675
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1612
1676
|
},
|
|
1613
1677
|
{
|
|
1614
1678
|
"const": "{system.iconScale.scale1_25}",
|
|
1615
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1616
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1679
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1680
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1617
1681
|
}
|
|
1618
1682
|
],
|
|
1619
1683
|
"$id": "#iconScale"
|
|
@@ -1622,18 +1686,18 @@
|
|
|
1622
1686
|
"anyOf": [
|
|
1623
1687
|
{
|
|
1624
1688
|
"const": "{system.textAlign.left}",
|
|
1625
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1626
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1689
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1690
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1627
1691
|
},
|
|
1628
1692
|
{
|
|
1629
1693
|
"const": "{system.textAlign.center}",
|
|
1630
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1631
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1694
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1695
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1632
1696
|
},
|
|
1633
1697
|
{
|
|
1634
1698
|
"const": "{system.textAlign.right}",
|
|
1635
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1636
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1699
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1700
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1637
1701
|
}
|
|
1638
1702
|
],
|
|
1639
1703
|
"$id": "#textAlign"
|
|
@@ -1642,13 +1706,13 @@
|
|
|
1642
1706
|
"anyOf": [
|
|
1643
1707
|
{
|
|
1644
1708
|
"const": "{system.textTransform.none}",
|
|
1645
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1646
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1709
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1710
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1647
1711
|
},
|
|
1648
1712
|
{
|
|
1649
1713
|
"const": "{system.textTransform.uppercase}",
|
|
1650
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1651
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1714
|
+
"description": "@telus-uds/system-tokens/v0.7.5 system react-native tokens ⚙️",
|
|
1715
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.5` **system** tokens ⚙️"
|
|
1652
1716
|
}
|
|
1653
1717
|
],
|
|
1654
1718
|
"$id": "#textTransform"
|
|
@@ -1893,7 +1957,7 @@
|
|
|
1893
1957
|
"rules"
|
|
1894
1958
|
]
|
|
1895
1959
|
},
|
|
1896
|
-
"
|
|
1960
|
+
"VideoPickerThumbnail": {
|
|
1897
1961
|
"type": "object",
|
|
1898
1962
|
"additionalProperties": false,
|
|
1899
1963
|
"properties": {
|
|
@@ -1910,56 +1974,52 @@
|
|
|
1910
1974
|
"type": "object",
|
|
1911
1975
|
"additionalProperties": false,
|
|
1912
1976
|
"properties": {
|
|
1913
|
-
"
|
|
1914
|
-
"$ref": "#
|
|
1915
|
-
},
|
|
1916
|
-
"cellHeadingBackground": {
|
|
1917
|
-
"$ref": "#color"
|
|
1977
|
+
"splashButtonRadius": {
|
|
1978
|
+
"$ref": "#radius"
|
|
1918
1979
|
},
|
|
1919
|
-
"
|
|
1920
|
-
"$ref": "#
|
|
1980
|
+
"borderWidth": {
|
|
1981
|
+
"$ref": "#border"
|
|
1921
1982
|
},
|
|
1922
|
-
"
|
|
1983
|
+
"borderColor": {
|
|
1923
1984
|
"$ref": "#color"
|
|
1924
1985
|
},
|
|
1925
|
-
"
|
|
1926
|
-
"$ref": "#
|
|
1986
|
+
"borderRadius": {
|
|
1987
|
+
"$ref": "#radius"
|
|
1927
1988
|
},
|
|
1928
|
-
"
|
|
1929
|
-
"$ref": "#
|
|
1989
|
+
"pressablePaddingVertical": {
|
|
1990
|
+
"$ref": "#size"
|
|
1930
1991
|
},
|
|
1931
|
-
"
|
|
1932
|
-
"$ref": "#
|
|
1992
|
+
"pressablePaddingHorizontal": {
|
|
1993
|
+
"$ref": "#size"
|
|
1933
1994
|
},
|
|
1934
|
-
"
|
|
1935
|
-
"$ref": "#
|
|
1995
|
+
"pressableBorderTopWidth": {
|
|
1996
|
+
"$ref": "#border"
|
|
1936
1997
|
},
|
|
1937
|
-
"
|
|
1938
|
-
"$ref": "#
|
|
1998
|
+
"pressableBorderTopColor": {
|
|
1999
|
+
"$ref": "#color"
|
|
1939
2000
|
},
|
|
1940
|
-
"
|
|
2001
|
+
"pressablePaddingBottom": {
|
|
1941
2002
|
"$ref": "#size"
|
|
1942
2003
|
},
|
|
1943
|
-
"
|
|
1944
|
-
"$ref": "#
|
|
2004
|
+
"titleColor": {
|
|
2005
|
+
"$ref": "#color"
|
|
1945
2006
|
},
|
|
1946
|
-
"
|
|
1947
|
-
"$ref": "#
|
|
2007
|
+
"subTitleColor": {
|
|
2008
|
+
"$ref": "#color"
|
|
1948
2009
|
}
|
|
1949
2010
|
},
|
|
1950
2011
|
"required": [
|
|
1951
|
-
"
|
|
1952
|
-
"
|
|
1953
|
-
"
|
|
1954
|
-
"
|
|
1955
|
-
"
|
|
1956
|
-
"
|
|
1957
|
-
"
|
|
1958
|
-
"
|
|
1959
|
-
"
|
|
1960
|
-
"
|
|
1961
|
-
"
|
|
1962
|
-
"cellPaddingBottom"
|
|
2012
|
+
"splashButtonRadius",
|
|
2013
|
+
"borderWidth",
|
|
2014
|
+
"borderColor",
|
|
2015
|
+
"borderRadius",
|
|
2016
|
+
"pressablePaddingVertical",
|
|
2017
|
+
"pressablePaddingHorizontal",
|
|
2018
|
+
"pressableBorderTopWidth",
|
|
2019
|
+
"pressableBorderTopColor",
|
|
2020
|
+
"pressablePaddingBottom",
|
|
2021
|
+
"titleColor",
|
|
2022
|
+
"subTitleColor"
|
|
1963
2023
|
]
|
|
1964
2024
|
},
|
|
1965
2025
|
"rules": {
|
|
@@ -1976,41 +2036,38 @@
|
|
|
1976
2036
|
"type": "object",
|
|
1977
2037
|
"additionalProperties": false,
|
|
1978
2038
|
"properties": {
|
|
1979
|
-
"
|
|
1980
|
-
"$ref": "#
|
|
1981
|
-
},
|
|
1982
|
-
"cellHeadingBackground": {
|
|
1983
|
-
"$ref": "#color"
|
|
2039
|
+
"splashButtonRadius": {
|
|
2040
|
+
"$ref": "#radius"
|
|
1984
2041
|
},
|
|
1985
|
-
"
|
|
1986
|
-
"$ref": "#
|
|
2042
|
+
"borderWidth": {
|
|
2043
|
+
"$ref": "#border"
|
|
1987
2044
|
},
|
|
1988
|
-
"
|
|
2045
|
+
"borderColor": {
|
|
1989
2046
|
"$ref": "#color"
|
|
1990
2047
|
},
|
|
1991
|
-
"
|
|
1992
|
-
"$ref": "#
|
|
2048
|
+
"borderRadius": {
|
|
2049
|
+
"$ref": "#radius"
|
|
1993
2050
|
},
|
|
1994
|
-
"
|
|
1995
|
-
"$ref": "#
|
|
2051
|
+
"pressablePaddingVertical": {
|
|
2052
|
+
"$ref": "#size"
|
|
1996
2053
|
},
|
|
1997
|
-
"
|
|
1998
|
-
"$ref": "#
|
|
2054
|
+
"pressablePaddingHorizontal": {
|
|
2055
|
+
"$ref": "#size"
|
|
1999
2056
|
},
|
|
2000
|
-
"
|
|
2001
|
-
"$ref": "#
|
|
2057
|
+
"pressableBorderTopWidth": {
|
|
2058
|
+
"$ref": "#border"
|
|
2002
2059
|
},
|
|
2003
|
-
"
|
|
2004
|
-
"$ref": "#
|
|
2060
|
+
"pressableBorderTopColor": {
|
|
2061
|
+
"$ref": "#color"
|
|
2005
2062
|
},
|
|
2006
|
-
"
|
|
2063
|
+
"pressablePaddingBottom": {
|
|
2007
2064
|
"$ref": "#size"
|
|
2008
2065
|
},
|
|
2009
|
-
"
|
|
2010
|
-
"$ref": "#
|
|
2066
|
+
"titleColor": {
|
|
2067
|
+
"$ref": "#color"
|
|
2011
2068
|
},
|
|
2012
|
-
"
|
|
2013
|
-
"$ref": "#
|
|
2069
|
+
"subTitleColor": {
|
|
2070
|
+
"$ref": "#color"
|
|
2014
2071
|
}
|
|
2015
2072
|
}
|
|
2016
2073
|
},
|
|
@@ -2030,7 +2087,7 @@
|
|
|
2030
2087
|
"rules"
|
|
2031
2088
|
]
|
|
2032
2089
|
},
|
|
2033
|
-
"
|
|
2090
|
+
"VideoPickerSlider": {
|
|
2034
2091
|
"type": "object",
|
|
2035
2092
|
"additionalProperties": false,
|
|
2036
2093
|
"properties": {
|
|
@@ -2047,12 +2104,16 @@
|
|
|
2047
2104
|
"type": "object",
|
|
2048
2105
|
"additionalProperties": false,
|
|
2049
2106
|
"properties": {
|
|
2050
|
-
"
|
|
2051
|
-
"$ref": "#
|
|
2107
|
+
"previousIcon": {
|
|
2108
|
+
"$ref": "#icon"
|
|
2109
|
+
},
|
|
2110
|
+
"nextIcon": {
|
|
2111
|
+
"$ref": "#icon"
|
|
2052
2112
|
}
|
|
2053
2113
|
},
|
|
2054
2114
|
"required": [
|
|
2055
|
-
"
|
|
2115
|
+
"previousIcon",
|
|
2116
|
+
"nextIcon"
|
|
2056
2117
|
]
|
|
2057
2118
|
},
|
|
2058
2119
|
"rules": {
|
|
@@ -2069,8 +2130,11 @@
|
|
|
2069
2130
|
"type": "object",
|
|
2070
2131
|
"additionalProperties": false,
|
|
2071
2132
|
"properties": {
|
|
2072
|
-
"
|
|
2073
|
-
"$ref": "#
|
|
2133
|
+
"previousIcon": {
|
|
2134
|
+
"$ref": "#icon"
|
|
2135
|
+
},
|
|
2136
|
+
"nextIcon": {
|
|
2137
|
+
"$ref": "#icon"
|
|
2074
2138
|
}
|
|
2075
2139
|
}
|
|
2076
2140
|
},
|
|
@@ -2090,7 +2154,7 @@
|
|
|
2090
2154
|
"rules"
|
|
2091
2155
|
]
|
|
2092
2156
|
},
|
|
2093
|
-
"
|
|
2157
|
+
"VideoPicker": {
|
|
2094
2158
|
"type": "object",
|
|
2095
2159
|
"additionalProperties": false,
|
|
2096
2160
|
"properties": {
|
|
@@ -2107,20 +2171,36 @@
|
|
|
2107
2171
|
"type": "object",
|
|
2108
2172
|
"additionalProperties": false,
|
|
2109
2173
|
"properties": {
|
|
2110
|
-
"
|
|
2174
|
+
"framedMaxHeight": {
|
|
2175
|
+
"$ref": "#size"
|
|
2176
|
+
},
|
|
2177
|
+
"framedContainerBackgroundColor": {
|
|
2111
2178
|
"$ref": "#color"
|
|
2112
2179
|
},
|
|
2113
|
-
"
|
|
2180
|
+
"framedContainerBorderWidth": {
|
|
2181
|
+
"$ref": "#border"
|
|
2182
|
+
},
|
|
2183
|
+
"framedContainerBorderColor": {
|
|
2184
|
+
"$ref": "#color"
|
|
2185
|
+
},
|
|
2186
|
+
"framedContainerBorderRadius": {
|
|
2187
|
+
"$ref": "#radius"
|
|
2188
|
+
},
|
|
2189
|
+
"framedContainerPadding": {
|
|
2114
2190
|
"$ref": "#size"
|
|
2115
2191
|
},
|
|
2116
|
-
"
|
|
2117
|
-
"$ref": "#
|
|
2192
|
+
"stackViewDividerColor": {
|
|
2193
|
+
"$ref": "#color"
|
|
2118
2194
|
}
|
|
2119
2195
|
},
|
|
2120
2196
|
"required": [
|
|
2121
|
-
"
|
|
2122
|
-
"
|
|
2123
|
-
"
|
|
2197
|
+
"framedMaxHeight",
|
|
2198
|
+
"framedContainerBackgroundColor",
|
|
2199
|
+
"framedContainerBorderWidth",
|
|
2200
|
+
"framedContainerBorderColor",
|
|
2201
|
+
"framedContainerBorderRadius",
|
|
2202
|
+
"framedContainerPadding",
|
|
2203
|
+
"stackViewDividerColor"
|
|
2124
2204
|
]
|
|
2125
2205
|
},
|
|
2126
2206
|
"rules": {
|
|
@@ -2137,14 +2217,26 @@
|
|
|
2137
2217
|
"type": "object",
|
|
2138
2218
|
"additionalProperties": false,
|
|
2139
2219
|
"properties": {
|
|
2140
|
-
"
|
|
2220
|
+
"framedMaxHeight": {
|
|
2221
|
+
"$ref": "#size"
|
|
2222
|
+
},
|
|
2223
|
+
"framedContainerBackgroundColor": {
|
|
2141
2224
|
"$ref": "#color"
|
|
2142
2225
|
},
|
|
2143
|
-
"
|
|
2226
|
+
"framedContainerBorderWidth": {
|
|
2227
|
+
"$ref": "#border"
|
|
2228
|
+
},
|
|
2229
|
+
"framedContainerBorderColor": {
|
|
2230
|
+
"$ref": "#color"
|
|
2231
|
+
},
|
|
2232
|
+
"framedContainerBorderRadius": {
|
|
2233
|
+
"$ref": "#radius"
|
|
2234
|
+
},
|
|
2235
|
+
"framedContainerPadding": {
|
|
2144
2236
|
"$ref": "#size"
|
|
2145
2237
|
},
|
|
2146
|
-
"
|
|
2147
|
-
"$ref": "#
|
|
2238
|
+
"stackViewDividerColor": {
|
|
2239
|
+
"$ref": "#color"
|
|
2148
2240
|
}
|
|
2149
2241
|
}
|
|
2150
2242
|
},
|
|
@@ -2164,7 +2256,7 @@
|
|
|
2164
2256
|
"rules"
|
|
2165
2257
|
]
|
|
2166
2258
|
},
|
|
2167
|
-
"
|
|
2259
|
+
"Disclaimer": {
|
|
2168
2260
|
"type": "object",
|
|
2169
2261
|
"additionalProperties": false,
|
|
2170
2262
|
"properties": {
|
|
@@ -2181,24 +2273,28 @@
|
|
|
2181
2273
|
"type": "object",
|
|
2182
2274
|
"additionalProperties": false,
|
|
2183
2275
|
"properties": {
|
|
2184
|
-
"
|
|
2276
|
+
"color": {
|
|
2185
2277
|
"$ref": "#color"
|
|
2186
2278
|
},
|
|
2187
|
-
"
|
|
2188
|
-
"$ref": "#
|
|
2279
|
+
"fontName": {
|
|
2280
|
+
"$ref": "#fontName"
|
|
2189
2281
|
},
|
|
2190
|
-
"
|
|
2191
|
-
"$ref": "#
|
|
2282
|
+
"fontWeight": {
|
|
2283
|
+
"$ref": "#fontWeight"
|
|
2192
2284
|
},
|
|
2193
|
-
"
|
|
2194
|
-
"$ref": "#
|
|
2285
|
+
"fontSize": {
|
|
2286
|
+
"$ref": "#fontSize"
|
|
2287
|
+
},
|
|
2288
|
+
"lineHeight": {
|
|
2289
|
+
"$ref": "#lineHeight"
|
|
2195
2290
|
}
|
|
2196
2291
|
},
|
|
2197
2292
|
"required": [
|
|
2198
|
-
"
|
|
2199
|
-
"
|
|
2200
|
-
"
|
|
2201
|
-
"
|
|
2293
|
+
"color",
|
|
2294
|
+
"fontName",
|
|
2295
|
+
"fontWeight",
|
|
2296
|
+
"fontSize",
|
|
2297
|
+
"lineHeight"
|
|
2202
2298
|
]
|
|
2203
2299
|
},
|
|
2204
2300
|
"rules": {
|
|
@@ -2215,17 +2311,20 @@
|
|
|
2215
2311
|
"type": "object",
|
|
2216
2312
|
"additionalProperties": false,
|
|
2217
2313
|
"properties": {
|
|
2218
|
-
"
|
|
2314
|
+
"color": {
|
|
2219
2315
|
"$ref": "#color"
|
|
2220
2316
|
},
|
|
2221
|
-
"
|
|
2222
|
-
"$ref": "#
|
|
2317
|
+
"fontName": {
|
|
2318
|
+
"$ref": "#fontName"
|
|
2223
2319
|
},
|
|
2224
|
-
"
|
|
2225
|
-
"$ref": "#
|
|
2320
|
+
"fontWeight": {
|
|
2321
|
+
"$ref": "#fontWeight"
|
|
2226
2322
|
},
|
|
2227
|
-
"
|
|
2228
|
-
"$ref": "#
|
|
2323
|
+
"fontSize": {
|
|
2324
|
+
"$ref": "#fontSize"
|
|
2325
|
+
},
|
|
2326
|
+
"lineHeight": {
|
|
2327
|
+
"$ref": "#lineHeight"
|
|
2229
2328
|
}
|
|
2230
2329
|
}
|
|
2231
2330
|
},
|
|
@@ -2245,7 +2344,7 @@
|
|
|
2245
2344
|
"rules"
|
|
2246
2345
|
]
|
|
2247
2346
|
},
|
|
2248
|
-
"
|
|
2347
|
+
"Table": {
|
|
2249
2348
|
"type": "object",
|
|
2250
2349
|
"additionalProperties": false,
|
|
2251
2350
|
"properties": {
|
|
@@ -2262,30 +2361,403 @@
|
|
|
2262
2361
|
"type": "object",
|
|
2263
2362
|
"additionalProperties": false,
|
|
2264
2363
|
"properties": {
|
|
2265
|
-
"
|
|
2364
|
+
"tablePaddingBottom": {
|
|
2266
2365
|
"$ref": "#size"
|
|
2267
2366
|
},
|
|
2268
|
-
"
|
|
2269
|
-
"$ref": "#
|
|
2367
|
+
"cellHeadingBackground": {
|
|
2368
|
+
"$ref": "#color"
|
|
2270
2369
|
},
|
|
2271
|
-
"
|
|
2370
|
+
"cellHeadingBoxShadowColor": {
|
|
2272
2371
|
"$ref": "#color"
|
|
2273
2372
|
},
|
|
2274
|
-
"
|
|
2373
|
+
"cellBoxShadowColor": {
|
|
2374
|
+
"$ref": "#color"
|
|
2375
|
+
},
|
|
2376
|
+
"cellSubheadingBackground": {
|
|
2275
2377
|
"$ref": "#color"
|
|
2378
|
+
},
|
|
2379
|
+
"cellBackground": {
|
|
2380
|
+
"$ref": "#color"
|
|
2381
|
+
},
|
|
2382
|
+
"cellRowHeadingBackground": {
|
|
2383
|
+
"$ref": "#color"
|
|
2384
|
+
},
|
|
2385
|
+
"cellStickyShadow": {
|
|
2386
|
+
"$ref": "#shadow"
|
|
2387
|
+
},
|
|
2388
|
+
"cellPaddingTop": {
|
|
2389
|
+
"$ref": "#size"
|
|
2390
|
+
},
|
|
2391
|
+
"cellPaddingRight": {
|
|
2392
|
+
"$ref": "#size"
|
|
2393
|
+
},
|
|
2394
|
+
"cellPaddingLeft": {
|
|
2395
|
+
"$ref": "#size"
|
|
2396
|
+
},
|
|
2397
|
+
"cellPaddingBottom": {
|
|
2398
|
+
"$ref": "#size"
|
|
2399
|
+
},
|
|
2400
|
+
"fontWeight": {
|
|
2401
|
+
"$ref": "#fontWeight"
|
|
2402
|
+
},
|
|
2403
|
+
"fontName": {
|
|
2404
|
+
"$ref": "#fontName"
|
|
2405
|
+
},
|
|
2406
|
+
"fontSize": {
|
|
2407
|
+
"$ref": "#fontSize"
|
|
2276
2408
|
}
|
|
2277
2409
|
},
|
|
2278
2410
|
"required": [
|
|
2279
|
-
"
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2282
|
-
"
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
"
|
|
2411
|
+
"tablePaddingBottom",
|
|
2412
|
+
"cellHeadingBackground",
|
|
2413
|
+
"cellHeadingBoxShadowColor",
|
|
2414
|
+
"cellBoxShadowColor",
|
|
2415
|
+
"cellSubheadingBackground",
|
|
2416
|
+
"cellBackground",
|
|
2417
|
+
"cellRowHeadingBackground",
|
|
2418
|
+
"cellStickyShadow",
|
|
2419
|
+
"cellPaddingTop",
|
|
2420
|
+
"cellPaddingRight",
|
|
2421
|
+
"cellPaddingLeft",
|
|
2422
|
+
"cellPaddingBottom",
|
|
2423
|
+
"fontWeight",
|
|
2424
|
+
"fontName",
|
|
2425
|
+
"fontSize"
|
|
2426
|
+
]
|
|
2427
|
+
},
|
|
2428
|
+
"rules": {
|
|
2429
|
+
"type": "array",
|
|
2430
|
+
"items": {
|
|
2431
|
+
"type": "object",
|
|
2432
|
+
"additionalProperties": false,
|
|
2433
|
+
"properties": {
|
|
2434
|
+
"if": {
|
|
2435
|
+
"type": "object",
|
|
2436
|
+
"minProperties": 1
|
|
2437
|
+
},
|
|
2438
|
+
"tokens": {
|
|
2439
|
+
"type": "object",
|
|
2440
|
+
"additionalProperties": false,
|
|
2441
|
+
"properties": {
|
|
2442
|
+
"tablePaddingBottom": {
|
|
2443
|
+
"$ref": "#size"
|
|
2444
|
+
},
|
|
2445
|
+
"cellHeadingBackground": {
|
|
2446
|
+
"$ref": "#color"
|
|
2447
|
+
},
|
|
2448
|
+
"cellHeadingBoxShadowColor": {
|
|
2449
|
+
"$ref": "#color"
|
|
2450
|
+
},
|
|
2451
|
+
"cellBoxShadowColor": {
|
|
2452
|
+
"$ref": "#color"
|
|
2453
|
+
},
|
|
2454
|
+
"cellSubheadingBackground": {
|
|
2455
|
+
"$ref": "#color"
|
|
2456
|
+
},
|
|
2457
|
+
"cellBackground": {
|
|
2458
|
+
"$ref": "#color"
|
|
2459
|
+
},
|
|
2460
|
+
"cellRowHeadingBackground": {
|
|
2461
|
+
"$ref": "#color"
|
|
2462
|
+
},
|
|
2463
|
+
"cellStickyShadow": {
|
|
2464
|
+
"$ref": "#shadow"
|
|
2465
|
+
},
|
|
2466
|
+
"cellPaddingTop": {
|
|
2467
|
+
"$ref": "#size"
|
|
2468
|
+
},
|
|
2469
|
+
"cellPaddingRight": {
|
|
2470
|
+
"$ref": "#size"
|
|
2471
|
+
},
|
|
2472
|
+
"cellPaddingLeft": {
|
|
2473
|
+
"$ref": "#size"
|
|
2474
|
+
},
|
|
2475
|
+
"cellPaddingBottom": {
|
|
2476
|
+
"$ref": "#size"
|
|
2477
|
+
},
|
|
2478
|
+
"fontWeight": {
|
|
2479
|
+
"$ref": "#fontWeight"
|
|
2480
|
+
},
|
|
2481
|
+
"fontName": {
|
|
2482
|
+
"$ref": "#fontName"
|
|
2483
|
+
},
|
|
2484
|
+
"fontSize": {
|
|
2485
|
+
"$ref": "#fontSize"
|
|
2486
|
+
}
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
"description": {
|
|
2490
|
+
"type": "string"
|
|
2491
|
+
}
|
|
2492
|
+
},
|
|
2493
|
+
"required": [
|
|
2494
|
+
"if",
|
|
2495
|
+
"tokens"
|
|
2496
|
+
]
|
|
2497
|
+
}
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
"required": [
|
|
2501
|
+
"tokens",
|
|
2502
|
+
"rules"
|
|
2503
|
+
]
|
|
2504
|
+
},
|
|
2505
|
+
"Image": {
|
|
2506
|
+
"type": "object",
|
|
2507
|
+
"additionalProperties": false,
|
|
2508
|
+
"properties": {
|
|
2509
|
+
"appearances": {
|
|
2510
|
+
"type": "object",
|
|
2511
|
+
"additionalProperties": false,
|
|
2512
|
+
"patternProperties": {
|
|
2513
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
2514
|
+
"$ref": "#appearance"
|
|
2515
|
+
}
|
|
2516
|
+
}
|
|
2517
|
+
},
|
|
2518
|
+
"tokens": {
|
|
2519
|
+
"type": "object",
|
|
2520
|
+
"additionalProperties": false,
|
|
2521
|
+
"properties": {
|
|
2522
|
+
"borderRadius": {
|
|
2523
|
+
"$ref": "#radius"
|
|
2524
|
+
}
|
|
2525
|
+
},
|
|
2526
|
+
"required": [
|
|
2527
|
+
"borderRadius"
|
|
2528
|
+
]
|
|
2529
|
+
},
|
|
2530
|
+
"rules": {
|
|
2531
|
+
"type": "array",
|
|
2532
|
+
"items": {
|
|
2533
|
+
"type": "object",
|
|
2534
|
+
"additionalProperties": false,
|
|
2535
|
+
"properties": {
|
|
2536
|
+
"if": {
|
|
2537
|
+
"type": "object",
|
|
2538
|
+
"minProperties": 1
|
|
2539
|
+
},
|
|
2540
|
+
"tokens": {
|
|
2541
|
+
"type": "object",
|
|
2542
|
+
"additionalProperties": false,
|
|
2543
|
+
"properties": {
|
|
2544
|
+
"borderRadius": {
|
|
2545
|
+
"$ref": "#radius"
|
|
2546
|
+
}
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
"description": {
|
|
2550
|
+
"type": "string"
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2553
|
+
"required": [
|
|
2554
|
+
"if",
|
|
2555
|
+
"tokens"
|
|
2556
|
+
]
|
|
2557
|
+
}
|
|
2558
|
+
}
|
|
2559
|
+
},
|
|
2560
|
+
"required": [
|
|
2561
|
+
"tokens",
|
|
2562
|
+
"rules"
|
|
2563
|
+
]
|
|
2564
|
+
},
|
|
2565
|
+
"Spinner": {
|
|
2566
|
+
"type": "object",
|
|
2567
|
+
"additionalProperties": false,
|
|
2568
|
+
"properties": {
|
|
2569
|
+
"appearances": {
|
|
2570
|
+
"type": "object",
|
|
2571
|
+
"additionalProperties": false,
|
|
2572
|
+
"patternProperties": {
|
|
2573
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
2574
|
+
"$ref": "#appearance"
|
|
2575
|
+
}
|
|
2576
|
+
}
|
|
2577
|
+
},
|
|
2578
|
+
"tokens": {
|
|
2579
|
+
"type": "object",
|
|
2580
|
+
"additionalProperties": false,
|
|
2581
|
+
"properties": {
|
|
2582
|
+
"fullScreenOverLayBackground": {
|
|
2583
|
+
"$ref": "#color"
|
|
2584
|
+
},
|
|
2585
|
+
"size": {
|
|
2586
|
+
"$ref": "#size"
|
|
2587
|
+
},
|
|
2588
|
+
"thickness": {
|
|
2589
|
+
"$ref": "#border"
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2592
|
+
"required": [
|
|
2593
|
+
"fullScreenOverLayBackground",
|
|
2594
|
+
"size",
|
|
2595
|
+
"thickness"
|
|
2596
|
+
]
|
|
2597
|
+
},
|
|
2598
|
+
"rules": {
|
|
2599
|
+
"type": "array",
|
|
2600
|
+
"items": {
|
|
2601
|
+
"type": "object",
|
|
2602
|
+
"additionalProperties": false,
|
|
2603
|
+
"properties": {
|
|
2604
|
+
"if": {
|
|
2605
|
+
"type": "object",
|
|
2606
|
+
"minProperties": 1
|
|
2607
|
+
},
|
|
2608
|
+
"tokens": {
|
|
2609
|
+
"type": "object",
|
|
2610
|
+
"additionalProperties": false,
|
|
2611
|
+
"properties": {
|
|
2612
|
+
"fullScreenOverLayBackground": {
|
|
2613
|
+
"$ref": "#color"
|
|
2614
|
+
},
|
|
2615
|
+
"size": {
|
|
2616
|
+
"$ref": "#size"
|
|
2617
|
+
},
|
|
2618
|
+
"thickness": {
|
|
2619
|
+
"$ref": "#border"
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
},
|
|
2623
|
+
"description": {
|
|
2624
|
+
"type": "string"
|
|
2625
|
+
}
|
|
2626
|
+
},
|
|
2627
|
+
"required": [
|
|
2628
|
+
"if",
|
|
2629
|
+
"tokens"
|
|
2630
|
+
]
|
|
2631
|
+
}
|
|
2632
|
+
}
|
|
2633
|
+
},
|
|
2634
|
+
"required": [
|
|
2635
|
+
"tokens",
|
|
2636
|
+
"rules"
|
|
2637
|
+
]
|
|
2638
|
+
},
|
|
2639
|
+
"Video": {
|
|
2640
|
+
"type": "object",
|
|
2641
|
+
"additionalProperties": false,
|
|
2642
|
+
"properties": {
|
|
2643
|
+
"appearances": {
|
|
2644
|
+
"type": "object",
|
|
2645
|
+
"additionalProperties": false,
|
|
2646
|
+
"patternProperties": {
|
|
2647
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
2648
|
+
"$ref": "#appearance"
|
|
2649
|
+
}
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2652
|
+
"tokens": {
|
|
2653
|
+
"type": "object",
|
|
2654
|
+
"additionalProperties": false,
|
|
2655
|
+
"properties": {
|
|
2656
|
+
"borderColor": {
|
|
2657
|
+
"$ref": "#color"
|
|
2658
|
+
},
|
|
2659
|
+
"pauseIcon": {
|
|
2660
|
+
"$ref": "#icon"
|
|
2661
|
+
},
|
|
2662
|
+
"replayIcon": {
|
|
2663
|
+
"$ref": "#icon"
|
|
2664
|
+
},
|
|
2665
|
+
"playIcon": {
|
|
2666
|
+
"$ref": "#icon"
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
2669
|
+
"required": [
|
|
2670
|
+
"borderColor",
|
|
2671
|
+
"pauseIcon",
|
|
2672
|
+
"replayIcon",
|
|
2673
|
+
"playIcon"
|
|
2674
|
+
]
|
|
2675
|
+
},
|
|
2676
|
+
"rules": {
|
|
2677
|
+
"type": "array",
|
|
2678
|
+
"items": {
|
|
2679
|
+
"type": "object",
|
|
2680
|
+
"additionalProperties": false,
|
|
2681
|
+
"properties": {
|
|
2682
|
+
"if": {
|
|
2683
|
+
"type": "object",
|
|
2684
|
+
"minProperties": 1
|
|
2685
|
+
},
|
|
2686
|
+
"tokens": {
|
|
2687
|
+
"type": "object",
|
|
2688
|
+
"additionalProperties": false,
|
|
2689
|
+
"properties": {
|
|
2690
|
+
"borderColor": {
|
|
2691
|
+
"$ref": "#color"
|
|
2692
|
+
},
|
|
2693
|
+
"pauseIcon": {
|
|
2694
|
+
"$ref": "#icon"
|
|
2695
|
+
},
|
|
2696
|
+
"replayIcon": {
|
|
2697
|
+
"$ref": "#icon"
|
|
2698
|
+
},
|
|
2699
|
+
"playIcon": {
|
|
2700
|
+
"$ref": "#icon"
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
},
|
|
2704
|
+
"description": {
|
|
2705
|
+
"type": "string"
|
|
2706
|
+
}
|
|
2707
|
+
},
|
|
2708
|
+
"required": [
|
|
2709
|
+
"if",
|
|
2710
|
+
"tokens"
|
|
2711
|
+
]
|
|
2712
|
+
}
|
|
2713
|
+
}
|
|
2714
|
+
},
|
|
2715
|
+
"required": [
|
|
2716
|
+
"tokens",
|
|
2717
|
+
"rules"
|
|
2718
|
+
]
|
|
2719
|
+
},
|
|
2720
|
+
"VideoMiddleControlButton": {
|
|
2721
|
+
"type": "object",
|
|
2722
|
+
"additionalProperties": false,
|
|
2723
|
+
"properties": {
|
|
2724
|
+
"appearances": {
|
|
2725
|
+
"type": "object",
|
|
2726
|
+
"additionalProperties": false,
|
|
2727
|
+
"patternProperties": {
|
|
2728
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
2729
|
+
"$ref": "#appearance"
|
|
2730
|
+
}
|
|
2731
|
+
}
|
|
2732
|
+
},
|
|
2733
|
+
"tokens": {
|
|
2734
|
+
"type": "object",
|
|
2735
|
+
"additionalProperties": false,
|
|
2736
|
+
"properties": {
|
|
2737
|
+
"width": {
|
|
2738
|
+
"$ref": "#size"
|
|
2739
|
+
},
|
|
2740
|
+
"height": {
|
|
2741
|
+
"$ref": "#size"
|
|
2742
|
+
},
|
|
2743
|
+
"background": {
|
|
2744
|
+
"$ref": "#color"
|
|
2745
|
+
},
|
|
2746
|
+
"iconColor": {
|
|
2747
|
+
"$ref": "#color"
|
|
2748
|
+
}
|
|
2749
|
+
},
|
|
2750
|
+
"required": [
|
|
2751
|
+
"width",
|
|
2752
|
+
"height",
|
|
2753
|
+
"background",
|
|
2754
|
+
"iconColor"
|
|
2755
|
+
]
|
|
2756
|
+
},
|
|
2757
|
+
"rules": {
|
|
2758
|
+
"type": "array",
|
|
2759
|
+
"items": {
|
|
2760
|
+
"type": "object",
|
|
2289
2761
|
"additionalProperties": false,
|
|
2290
2762
|
"properties": {
|
|
2291
2763
|
"if": {
|
|
@@ -3012,12 +3484,24 @@
|
|
|
3012
3484
|
},
|
|
3013
3485
|
"paddingRight": {
|
|
3014
3486
|
"$ref": "#size"
|
|
3487
|
+
},
|
|
3488
|
+
"color": {
|
|
3489
|
+
"$ref": "#color"
|
|
3490
|
+
},
|
|
3491
|
+
"fontName": {
|
|
3492
|
+
"$ref": "#fontName"
|
|
3493
|
+
},
|
|
3494
|
+
"fontWeight": {
|
|
3495
|
+
"$ref": "#fontWeight"
|
|
3015
3496
|
}
|
|
3016
3497
|
},
|
|
3017
3498
|
"required": [
|
|
3018
3499
|
"lineHeight",
|
|
3019
3500
|
"paddingLeft",
|
|
3020
|
-
"paddingRight"
|
|
3501
|
+
"paddingRight",
|
|
3502
|
+
"color",
|
|
3503
|
+
"fontName",
|
|
3504
|
+
"fontWeight"
|
|
3021
3505
|
]
|
|
3022
3506
|
},
|
|
3023
3507
|
"rules": {
|
|
@@ -3042,6 +3526,15 @@
|
|
|
3042
3526
|
},
|
|
3043
3527
|
"paddingRight": {
|
|
3044
3528
|
"$ref": "#size"
|
|
3529
|
+
},
|
|
3530
|
+
"color": {
|
|
3531
|
+
"$ref": "#color"
|
|
3532
|
+
},
|
|
3533
|
+
"fontName": {
|
|
3534
|
+
"$ref": "#fontName"
|
|
3535
|
+
},
|
|
3536
|
+
"fontWeight": {
|
|
3537
|
+
"$ref": "#fontWeight"
|
|
3045
3538
|
}
|
|
3046
3539
|
}
|
|
3047
3540
|
},
|
|
@@ -3356,6 +3849,9 @@
|
|
|
3356
3849
|
},
|
|
3357
3850
|
"closeButtonIconSize": {
|
|
3358
3851
|
"$ref": "#size"
|
|
3852
|
+
},
|
|
3853
|
+
"closeIcon": {
|
|
3854
|
+
"$ref": "#icon"
|
|
3359
3855
|
}
|
|
3360
3856
|
},
|
|
3361
3857
|
"required": [
|
|
@@ -3383,7 +3879,8 @@
|
|
|
3383
3879
|
"closeButtonMarginRight",
|
|
3384
3880
|
"closeButtonMarginBottom",
|
|
3385
3881
|
"closeButtonWidth",
|
|
3386
|
-
"closeButtonIconSize"
|
|
3882
|
+
"closeButtonIconSize",
|
|
3883
|
+
"closeIcon"
|
|
3387
3884
|
]
|
|
3388
3885
|
},
|
|
3389
3886
|
"rules": {
|
|
@@ -3474,6 +3971,9 @@
|
|
|
3474
3971
|
},
|
|
3475
3972
|
"closeButtonIconSize": {
|
|
3476
3973
|
"$ref": "#size"
|
|
3974
|
+
},
|
|
3975
|
+
"closeIcon": {
|
|
3976
|
+
"$ref": "#icon"
|
|
3477
3977
|
}
|
|
3478
3978
|
}
|
|
3479
3979
|
},
|
|
@@ -3510,38 +4010,130 @@
|
|
|
3510
4010
|
"type": "object",
|
|
3511
4011
|
"additionalProperties": false,
|
|
3512
4012
|
"properties": {
|
|
4013
|
+
"fontName": {
|
|
4014
|
+
"$ref": "#fontName"
|
|
4015
|
+
},
|
|
4016
|
+
"fontWeight": {
|
|
4017
|
+
"$ref": "#fontWeight"
|
|
4018
|
+
},
|
|
3513
4019
|
"footnoteMarginTop": {
|
|
3514
4020
|
"$ref": "#size"
|
|
3515
4021
|
},
|
|
3516
|
-
"footnoteGap": {
|
|
3517
|
-
"$ref": "#size"
|
|
4022
|
+
"footnoteGap": {
|
|
4023
|
+
"$ref": "#size"
|
|
4024
|
+
},
|
|
4025
|
+
"bottomTextMarginTop": {
|
|
4026
|
+
"$ref": "#size"
|
|
4027
|
+
},
|
|
4028
|
+
"priceMarginBottom": {
|
|
4029
|
+
"$ref": "#size"
|
|
4030
|
+
},
|
|
4031
|
+
"bottomLinksMarginLeft": {
|
|
4032
|
+
"$ref": "#size"
|
|
4033
|
+
},
|
|
4034
|
+
"topTextMarginBottom": {
|
|
4035
|
+
"$ref": "#size"
|
|
4036
|
+
},
|
|
4037
|
+
"strikeThroughHeight": {
|
|
4038
|
+
"$ref": "#size"
|
|
4039
|
+
},
|
|
4040
|
+
"strikeThroughColor": {
|
|
4041
|
+
"$ref": "#color"
|
|
4042
|
+
},
|
|
4043
|
+
"fontColor": {
|
|
4044
|
+
"$ref": "#color"
|
|
4045
|
+
},
|
|
4046
|
+
"dividerColor": {
|
|
4047
|
+
"$ref": "#color"
|
|
4048
|
+
},
|
|
4049
|
+
"topTextFontSize": {
|
|
4050
|
+
"$ref": "#fontSize"
|
|
4051
|
+
},
|
|
4052
|
+
"strikeThroughPosition": {
|
|
4053
|
+
"$ref": "#size"
|
|
4054
|
+
},
|
|
4055
|
+
"topTextLineHeight": {
|
|
4056
|
+
"$ref": "#lineHeight"
|
|
4057
|
+
},
|
|
4058
|
+
"currencySymbolFontSize": {
|
|
4059
|
+
"$ref": "#fontSize"
|
|
4060
|
+
},
|
|
4061
|
+
"currencySymbolLineHeight": {
|
|
4062
|
+
"$ref": "#lineHeight"
|
|
4063
|
+
},
|
|
4064
|
+
"currencySymbolFontName": {
|
|
4065
|
+
"$ref": "#fontName"
|
|
4066
|
+
},
|
|
4067
|
+
"currencySymbolFontWeight": {
|
|
4068
|
+
"$ref": "#fontWeight"
|
|
4069
|
+
},
|
|
4070
|
+
"amountFontSize": {
|
|
4071
|
+
"$ref": "#fontSize"
|
|
4072
|
+
},
|
|
4073
|
+
"amountLineHeight": {
|
|
4074
|
+
"$ref": "#lineHeight"
|
|
3518
4075
|
},
|
|
3519
|
-
"
|
|
3520
|
-
"$ref": "#
|
|
4076
|
+
"amountLetterSpacing": {
|
|
4077
|
+
"$ref": "#letterSpacing"
|
|
3521
4078
|
},
|
|
3522
|
-
"
|
|
3523
|
-
"$ref": "#
|
|
4079
|
+
"amountFontWeight": {
|
|
4080
|
+
"$ref": "#fontWeight"
|
|
3524
4081
|
},
|
|
3525
|
-
"
|
|
3526
|
-
"$ref": "#
|
|
4082
|
+
"amountFontName": {
|
|
4083
|
+
"$ref": "#fontName"
|
|
3527
4084
|
},
|
|
3528
|
-
"
|
|
3529
|
-
"$ref": "#
|
|
4085
|
+
"centsFontSize": {
|
|
4086
|
+
"$ref": "#fontSize"
|
|
3530
4087
|
},
|
|
3531
|
-
"
|
|
3532
|
-
"$ref": "#
|
|
4088
|
+
"centsLineHeight": {
|
|
4089
|
+
"$ref": "#lineHeight"
|
|
3533
4090
|
},
|
|
3534
|
-
"
|
|
3535
|
-
"$ref": "#
|
|
4091
|
+
"centsFontName": {
|
|
4092
|
+
"$ref": "#fontName"
|
|
3536
4093
|
},
|
|
3537
|
-
"
|
|
3538
|
-
"$ref": "#
|
|
4094
|
+
"centsFontWeight": {
|
|
4095
|
+
"$ref": "#fontWeight"
|
|
3539
4096
|
},
|
|
3540
|
-
"
|
|
4097
|
+
"topTextFontName": {
|
|
4098
|
+
"$ref": "#fontName"
|
|
4099
|
+
},
|
|
4100
|
+
"topTextFontWeight": {
|
|
4101
|
+
"$ref": "#fontWeight"
|
|
4102
|
+
},
|
|
4103
|
+
"rateFontSize": {
|
|
4104
|
+
"$ref": "#fontSize"
|
|
4105
|
+
},
|
|
4106
|
+
"rateLineHeight": {
|
|
4107
|
+
"$ref": "#lineHeight"
|
|
4108
|
+
},
|
|
4109
|
+
"rateFontName": {
|
|
4110
|
+
"$ref": "#fontName"
|
|
4111
|
+
},
|
|
4112
|
+
"rateFontWeight": {
|
|
4113
|
+
"$ref": "#fontWeight"
|
|
4114
|
+
},
|
|
4115
|
+
"bottomTextFontSize": {
|
|
4116
|
+
"$ref": "#fontSize"
|
|
4117
|
+
},
|
|
4118
|
+
"bottomTextLineHeight": {
|
|
4119
|
+
"$ref": "#lineHeight"
|
|
4120
|
+
},
|
|
4121
|
+
"footnoteLinkColor": {
|
|
3541
4122
|
"$ref": "#color"
|
|
4123
|
+
},
|
|
4124
|
+
"footnoteLinkFontName": {
|
|
4125
|
+
"$ref": "#fontName"
|
|
4126
|
+
},
|
|
4127
|
+
"footnoteLinkFontWeight": {
|
|
4128
|
+
"$ref": "#fontWeight"
|
|
4129
|
+
},
|
|
4130
|
+
"footnoteLinkFontSize": {
|
|
4131
|
+
"$ref": "#fontSize"
|
|
3542
4132
|
}
|
|
3543
4133
|
},
|
|
3544
4134
|
"required": [
|
|
4135
|
+
"fontName",
|
|
4136
|
+
"fontWeight",
|
|
3545
4137
|
"footnoteMarginTop",
|
|
3546
4138
|
"footnoteGap",
|
|
3547
4139
|
"bottomTextMarginTop",
|
|
@@ -3549,9 +4141,37 @@
|
|
|
3549
4141
|
"bottomLinksMarginLeft",
|
|
3550
4142
|
"topTextMarginBottom",
|
|
3551
4143
|
"strikeThroughHeight",
|
|
3552
|
-
"
|
|
4144
|
+
"strikeThroughColor",
|
|
3553
4145
|
"fontColor",
|
|
3554
|
-
"dividerColor"
|
|
4146
|
+
"dividerColor",
|
|
4147
|
+
"topTextFontSize",
|
|
4148
|
+
"strikeThroughPosition",
|
|
4149
|
+
"topTextLineHeight",
|
|
4150
|
+
"currencySymbolFontSize",
|
|
4151
|
+
"currencySymbolLineHeight",
|
|
4152
|
+
"currencySymbolFontName",
|
|
4153
|
+
"currencySymbolFontWeight",
|
|
4154
|
+
"amountFontSize",
|
|
4155
|
+
"amountLineHeight",
|
|
4156
|
+
"amountLetterSpacing",
|
|
4157
|
+
"amountFontWeight",
|
|
4158
|
+
"amountFontName",
|
|
4159
|
+
"centsFontSize",
|
|
4160
|
+
"centsLineHeight",
|
|
4161
|
+
"centsFontName",
|
|
4162
|
+
"centsFontWeight",
|
|
4163
|
+
"topTextFontName",
|
|
4164
|
+
"topTextFontWeight",
|
|
4165
|
+
"rateFontSize",
|
|
4166
|
+
"rateLineHeight",
|
|
4167
|
+
"rateFontName",
|
|
4168
|
+
"rateFontWeight",
|
|
4169
|
+
"bottomTextFontSize",
|
|
4170
|
+
"bottomTextLineHeight",
|
|
4171
|
+
"footnoteLinkColor",
|
|
4172
|
+
"footnoteLinkFontName",
|
|
4173
|
+
"footnoteLinkFontWeight",
|
|
4174
|
+
"footnoteLinkFontSize"
|
|
3555
4175
|
]
|
|
3556
4176
|
},
|
|
3557
4177
|
"rules": {
|
|
@@ -3568,6 +4188,12 @@
|
|
|
3568
4188
|
"type": "object",
|
|
3569
4189
|
"additionalProperties": false,
|
|
3570
4190
|
"properties": {
|
|
4191
|
+
"fontName": {
|
|
4192
|
+
"$ref": "#fontName"
|
|
4193
|
+
},
|
|
4194
|
+
"fontWeight": {
|
|
4195
|
+
"$ref": "#fontWeight"
|
|
4196
|
+
},
|
|
3571
4197
|
"footnoteMarginTop": {
|
|
3572
4198
|
"$ref": "#size"
|
|
3573
4199
|
},
|
|
@@ -3589,7 +4215,7 @@
|
|
|
3589
4215
|
"strikeThroughHeight": {
|
|
3590
4216
|
"$ref": "#size"
|
|
3591
4217
|
},
|
|
3592
|
-
"
|
|
4218
|
+
"strikeThroughColor": {
|
|
3593
4219
|
"$ref": "#color"
|
|
3594
4220
|
},
|
|
3595
4221
|
"fontColor": {
|
|
@@ -3597,6 +4223,90 @@
|
|
|
3597
4223
|
},
|
|
3598
4224
|
"dividerColor": {
|
|
3599
4225
|
"$ref": "#color"
|
|
4226
|
+
},
|
|
4227
|
+
"topTextFontSize": {
|
|
4228
|
+
"$ref": "#fontSize"
|
|
4229
|
+
},
|
|
4230
|
+
"strikeThroughPosition": {
|
|
4231
|
+
"$ref": "#size"
|
|
4232
|
+
},
|
|
4233
|
+
"topTextLineHeight": {
|
|
4234
|
+
"$ref": "#lineHeight"
|
|
4235
|
+
},
|
|
4236
|
+
"currencySymbolFontSize": {
|
|
4237
|
+
"$ref": "#fontSize"
|
|
4238
|
+
},
|
|
4239
|
+
"currencySymbolLineHeight": {
|
|
4240
|
+
"$ref": "#lineHeight"
|
|
4241
|
+
},
|
|
4242
|
+
"currencySymbolFontName": {
|
|
4243
|
+
"$ref": "#fontName"
|
|
4244
|
+
},
|
|
4245
|
+
"currencySymbolFontWeight": {
|
|
4246
|
+
"$ref": "#fontWeight"
|
|
4247
|
+
},
|
|
4248
|
+
"amountFontSize": {
|
|
4249
|
+
"$ref": "#fontSize"
|
|
4250
|
+
},
|
|
4251
|
+
"amountLineHeight": {
|
|
4252
|
+
"$ref": "#lineHeight"
|
|
4253
|
+
},
|
|
4254
|
+
"amountLetterSpacing": {
|
|
4255
|
+
"$ref": "#letterSpacing"
|
|
4256
|
+
},
|
|
4257
|
+
"amountFontWeight": {
|
|
4258
|
+
"$ref": "#fontWeight"
|
|
4259
|
+
},
|
|
4260
|
+
"amountFontName": {
|
|
4261
|
+
"$ref": "#fontName"
|
|
4262
|
+
},
|
|
4263
|
+
"centsFontSize": {
|
|
4264
|
+
"$ref": "#fontSize"
|
|
4265
|
+
},
|
|
4266
|
+
"centsLineHeight": {
|
|
4267
|
+
"$ref": "#lineHeight"
|
|
4268
|
+
},
|
|
4269
|
+
"centsFontName": {
|
|
4270
|
+
"$ref": "#fontName"
|
|
4271
|
+
},
|
|
4272
|
+
"centsFontWeight": {
|
|
4273
|
+
"$ref": "#fontWeight"
|
|
4274
|
+
},
|
|
4275
|
+
"topTextFontName": {
|
|
4276
|
+
"$ref": "#fontName"
|
|
4277
|
+
},
|
|
4278
|
+
"topTextFontWeight": {
|
|
4279
|
+
"$ref": "#fontWeight"
|
|
4280
|
+
},
|
|
4281
|
+
"rateFontSize": {
|
|
4282
|
+
"$ref": "#fontSize"
|
|
4283
|
+
},
|
|
4284
|
+
"rateLineHeight": {
|
|
4285
|
+
"$ref": "#lineHeight"
|
|
4286
|
+
},
|
|
4287
|
+
"rateFontName": {
|
|
4288
|
+
"$ref": "#fontName"
|
|
4289
|
+
},
|
|
4290
|
+
"rateFontWeight": {
|
|
4291
|
+
"$ref": "#fontWeight"
|
|
4292
|
+
},
|
|
4293
|
+
"bottomTextFontSize": {
|
|
4294
|
+
"$ref": "#fontSize"
|
|
4295
|
+
},
|
|
4296
|
+
"bottomTextLineHeight": {
|
|
4297
|
+
"$ref": "#lineHeight"
|
|
4298
|
+
},
|
|
4299
|
+
"footnoteLinkColor": {
|
|
4300
|
+
"$ref": "#color"
|
|
4301
|
+
},
|
|
4302
|
+
"footnoteLinkFontName": {
|
|
4303
|
+
"$ref": "#fontName"
|
|
4304
|
+
},
|
|
4305
|
+
"footnoteLinkFontWeight": {
|
|
4306
|
+
"$ref": "#fontWeight"
|
|
4307
|
+
},
|
|
4308
|
+
"footnoteLinkFontSize": {
|
|
4309
|
+
"$ref": "#fontSize"
|
|
3600
4310
|
}
|
|
3601
4311
|
}
|
|
3602
4312
|
},
|
|
@@ -4074,6 +4784,9 @@
|
|
|
4074
4784
|
"width": {
|
|
4075
4785
|
"$ref": "#size"
|
|
4076
4786
|
},
|
|
4787
|
+
"height": {
|
|
4788
|
+
"$ref": "#size"
|
|
4789
|
+
},
|
|
4077
4790
|
"minWidth": {
|
|
4078
4791
|
"$ref": "#size"
|
|
4079
4792
|
},
|
|
@@ -4086,6 +4799,18 @@
|
|
|
4086
4799
|
"icon": {
|
|
4087
4800
|
"$ref": "#icon"
|
|
4088
4801
|
},
|
|
4802
|
+
"borderLeftWidth": {
|
|
4803
|
+
"$ref": "#border"
|
|
4804
|
+
},
|
|
4805
|
+
"borderRightWidth": {
|
|
4806
|
+
"$ref": "#border"
|
|
4807
|
+
},
|
|
4808
|
+
"borderTopWidth": {
|
|
4809
|
+
"$ref": "#border"
|
|
4810
|
+
},
|
|
4811
|
+
"borderBottomWidth": {
|
|
4812
|
+
"$ref": "#border"
|
|
4813
|
+
},
|
|
4089
4814
|
"outerBorderColor": {
|
|
4090
4815
|
"$ref": "#color"
|
|
4091
4816
|
},
|
|
@@ -4124,10 +4849,15 @@
|
|
|
4124
4849
|
"paddingTop",
|
|
4125
4850
|
"paddingBottom",
|
|
4126
4851
|
"width",
|
|
4852
|
+
"height",
|
|
4127
4853
|
"minWidth",
|
|
4128
4854
|
"iconSize",
|
|
4129
4855
|
"iconSpace",
|
|
4130
4856
|
"icon",
|
|
4857
|
+
"borderLeftWidth",
|
|
4858
|
+
"borderRightWidth",
|
|
4859
|
+
"borderTopWidth",
|
|
4860
|
+
"borderBottomWidth",
|
|
4131
4861
|
"outerBorderColor",
|
|
4132
4862
|
"outerBorderWidth",
|
|
4133
4863
|
"outerBorderGap",
|
|
@@ -4204,6 +4934,9 @@
|
|
|
4204
4934
|
"width": {
|
|
4205
4935
|
"$ref": "#size"
|
|
4206
4936
|
},
|
|
4937
|
+
"height": {
|
|
4938
|
+
"$ref": "#size"
|
|
4939
|
+
},
|
|
4207
4940
|
"minWidth": {
|
|
4208
4941
|
"$ref": "#size"
|
|
4209
4942
|
},
|
|
@@ -4216,6 +4949,18 @@
|
|
|
4216
4949
|
"icon": {
|
|
4217
4950
|
"$ref": "#icon"
|
|
4218
4951
|
},
|
|
4952
|
+
"borderLeftWidth": {
|
|
4953
|
+
"$ref": "#border"
|
|
4954
|
+
},
|
|
4955
|
+
"borderRightWidth": {
|
|
4956
|
+
"$ref": "#border"
|
|
4957
|
+
},
|
|
4958
|
+
"borderTopWidth": {
|
|
4959
|
+
"$ref": "#border"
|
|
4960
|
+
},
|
|
4961
|
+
"borderBottomWidth": {
|
|
4962
|
+
"$ref": "#border"
|
|
4963
|
+
},
|
|
4219
4964
|
"outerBorderColor": {
|
|
4220
4965
|
"$ref": "#color"
|
|
4221
4966
|
},
|
|
@@ -6028,220 +6773,200 @@
|
|
|
6028
6773
|
"type": "object",
|
|
6029
6774
|
"additionalProperties": false,
|
|
6030
6775
|
"properties": {
|
|
6031
|
-
"
|
|
6032
|
-
"$ref": "#
|
|
6033
|
-
},
|
|
6034
|
-
"hiddenInputFieldContainerWidth": {
|
|
6035
|
-
"$ref": "#size"
|
|
6776
|
+
"calendarBackgroundColor": {
|
|
6777
|
+
"$ref": "#color"
|
|
6036
6778
|
},
|
|
6037
|
-
"
|
|
6038
|
-
"$ref": "#
|
|
6779
|
+
"calendarDayBlockedCalendarHoverBackground": {
|
|
6780
|
+
"$ref": "#color"
|
|
6039
6781
|
},
|
|
6040
|
-
"
|
|
6041
|
-
"$ref": "#
|
|
6782
|
+
"calendarDayBlockedCalendarHoverColor": {
|
|
6783
|
+
"$ref": "#color"
|
|
6042
6784
|
},
|
|
6043
|
-
"
|
|
6785
|
+
"calendarDayDefaultBackgroundColor": {
|
|
6044
6786
|
"$ref": "#color"
|
|
6045
6787
|
},
|
|
6046
|
-
"
|
|
6047
|
-
"$ref": "#
|
|
6788
|
+
"calendarDayDefaultBorder": {
|
|
6789
|
+
"$ref": "#border"
|
|
6048
6790
|
},
|
|
6049
|
-
"
|
|
6050
|
-
"$ref": "#
|
|
6791
|
+
"calendarDayDefaultBorderColor": {
|
|
6792
|
+
"$ref": "#color"
|
|
6051
6793
|
},
|
|
6052
|
-
"
|
|
6053
|
-
"$ref": "#
|
|
6794
|
+
"calendarDayDefaultCalendarDaySelectedHoverBackground": {
|
|
6795
|
+
"$ref": "#color"
|
|
6054
6796
|
},
|
|
6055
|
-
"
|
|
6797
|
+
"calendarDayDefaultCalendarDaySelectedHoverBeforeBackground": {
|
|
6056
6798
|
"$ref": "#color"
|
|
6057
6799
|
},
|
|
6058
|
-
"
|
|
6059
|
-
"$ref": "#
|
|
6800
|
+
"calendarDayDefaultCalendarDaySelectedHoverColor": {
|
|
6801
|
+
"$ref": "#color"
|
|
6060
6802
|
},
|
|
6061
|
-
"
|
|
6803
|
+
"calendarDayDefaultColor": {
|
|
6062
6804
|
"$ref": "#color"
|
|
6063
6805
|
},
|
|
6064
|
-
"
|
|
6806
|
+
"calendarDayDefaultFontName": {
|
|
6807
|
+
"$ref": "#fontName"
|
|
6808
|
+
},
|
|
6809
|
+
"calendarDayDefaultFontSize": {
|
|
6810
|
+
"$ref": "#fontSize"
|
|
6811
|
+
},
|
|
6812
|
+
"calendarDayDefaultFontWeight": {
|
|
6813
|
+
"$ref": "#fontWeight"
|
|
6814
|
+
},
|
|
6815
|
+
"calendarDaySelectedFocusBeforeBackground": {
|
|
6065
6816
|
"$ref": "#color"
|
|
6066
6817
|
},
|
|
6067
|
-
"
|
|
6818
|
+
"calendarDaySelectedHoverBackground": {
|
|
6068
6819
|
"$ref": "#color"
|
|
6069
6820
|
},
|
|
6070
|
-
"
|
|
6821
|
+
"calendarDaySelectedHoverBeforeBackground": {
|
|
6071
6822
|
"$ref": "#color"
|
|
6072
6823
|
},
|
|
6073
|
-
"
|
|
6824
|
+
"calendarDaySelectedHoverBeforeBorderColor": {
|
|
6074
6825
|
"$ref": "#color"
|
|
6075
6826
|
},
|
|
6076
|
-
"
|
|
6827
|
+
"calendarDaySelectedHoverBorderColor": {
|
|
6077
6828
|
"$ref": "#color"
|
|
6078
6829
|
},
|
|
6079
|
-
"
|
|
6830
|
+
"calendarDaySelectedHoverColor": {
|
|
6080
6831
|
"$ref": "#color"
|
|
6081
6832
|
},
|
|
6082
6833
|
"calendarMonthCaptionColor": {
|
|
6083
6834
|
"$ref": "#color"
|
|
6084
6835
|
},
|
|
6836
|
+
"calendarMonthCaptionFontName": {
|
|
6837
|
+
"$ref": "#fontName"
|
|
6838
|
+
},
|
|
6085
6839
|
"calendarMonthCaptionFontSize": {
|
|
6086
6840
|
"$ref": "#fontSize"
|
|
6087
6841
|
},
|
|
6842
|
+
"calendarMonthCaptionFontWeight": {
|
|
6843
|
+
"$ref": "#fontWeight"
|
|
6844
|
+
},
|
|
6088
6845
|
"calendarMonthCaptionLineHeight": {
|
|
6089
6846
|
"$ref": "#lineHeight"
|
|
6090
6847
|
},
|
|
6091
6848
|
"calendarMonthCaptionPaddingBottom": {
|
|
6092
6849
|
"$ref": "#size"
|
|
6093
6850
|
},
|
|
6094
|
-
"
|
|
6095
|
-
"$ref": "#color"
|
|
6096
|
-
},
|
|
6097
|
-
"dayPickerNavigationButtonBackgroundColor": {
|
|
6851
|
+
"dateInputBorderColor": {
|
|
6098
6852
|
"$ref": "#color"
|
|
6099
6853
|
},
|
|
6100
|
-
"
|
|
6101
|
-
"$ref": "#
|
|
6102
|
-
},
|
|
6103
|
-
"dayPickerNavigationButtonMaxWidth": {
|
|
6104
|
-
"$ref": "#size"
|
|
6105
|
-
},
|
|
6106
|
-
"dayPickerNavigationButtonPadding": {
|
|
6107
|
-
"$ref": "#size"
|
|
6854
|
+
"dateInputBorderRadius": {
|
|
6855
|
+
"$ref": "#radius"
|
|
6108
6856
|
},
|
|
6109
|
-
"
|
|
6110
|
-
"$ref": "#
|
|
6857
|
+
"dateInputFocusBorderColor": {
|
|
6858
|
+
"$ref": "#color"
|
|
6111
6859
|
},
|
|
6112
|
-
"
|
|
6113
|
-
"$ref": "#
|
|
6860
|
+
"dateInputHoverBorderColor": {
|
|
6861
|
+
"$ref": "#color"
|
|
6114
6862
|
},
|
|
6115
|
-
"
|
|
6863
|
+
"dateInputInsideBorderColor": {
|
|
6116
6864
|
"$ref": "#color"
|
|
6117
6865
|
},
|
|
6118
|
-
"
|
|
6866
|
+
"dateInputInsideColor": {
|
|
6119
6867
|
"$ref": "#color"
|
|
6120
6868
|
},
|
|
6121
|
-
"
|
|
6869
|
+
"dateInputStrokeColor": {
|
|
6122
6870
|
"$ref": "#color"
|
|
6123
6871
|
},
|
|
6124
6872
|
"dayPickerWeekHeaderColor": {
|
|
6125
6873
|
"$ref": "#color"
|
|
6126
6874
|
},
|
|
6875
|
+
"dayPickerWeekHeaderFontName": {
|
|
6876
|
+
"$ref": "#fontName"
|
|
6877
|
+
},
|
|
6878
|
+
"dayPickerWeekHeaderFontWeight": {
|
|
6879
|
+
"$ref": "#fontWeight"
|
|
6880
|
+
},
|
|
6127
6881
|
"dayPickerWeekHeaderLineHeight": {
|
|
6128
6882
|
"$ref": "#lineHeight"
|
|
6129
6883
|
},
|
|
6130
6884
|
"dayPickerWeekHeaderSmall": {
|
|
6131
6885
|
"$ref": "#fontSize"
|
|
6132
6886
|
},
|
|
6133
|
-
"
|
|
6134
|
-
"$ref": "#border"
|
|
6135
|
-
},
|
|
6136
|
-
"calendarDayDefaultBorderColor": {
|
|
6137
|
-
"$ref": "#color"
|
|
6138
|
-
},
|
|
6139
|
-
"calendarDayDefaultFontSize": {
|
|
6140
|
-
"$ref": "#fontSize"
|
|
6141
|
-
},
|
|
6142
|
-
"calendarDayDefaultColor": {
|
|
6143
|
-
"$ref": "#color"
|
|
6144
|
-
},
|
|
6145
|
-
"calendarDayDefaultBeforeHeight": {
|
|
6887
|
+
"hiddenInputFieldContainerHeight": {
|
|
6146
6888
|
"$ref": "#size"
|
|
6147
6889
|
},
|
|
6148
|
-
"
|
|
6890
|
+
"hiddenInputFieldContainerWidth": {
|
|
6149
6891
|
"$ref": "#size"
|
|
6150
6892
|
},
|
|
6151
|
-
"
|
|
6152
|
-
"$ref": "#
|
|
6153
|
-
},
|
|
6154
|
-
"calendarDaySelectedHoverColor": {
|
|
6155
|
-
"$ref": "#color"
|
|
6156
|
-
},
|
|
6157
|
-
"calendarDaySelectedHoverBeforeBackground": {
|
|
6158
|
-
"$ref": "#color"
|
|
6159
|
-
},
|
|
6160
|
-
"calendarDayDefaultCalendarDaySelectedHoverColor": {
|
|
6161
|
-
"$ref": "#color"
|
|
6162
|
-
},
|
|
6163
|
-
"calendarDayDefaultCalendarDaySelectedHoverBackground": {
|
|
6164
|
-
"$ref": "#color"
|
|
6893
|
+
"dayPickerNavigationButtonPadding": {
|
|
6894
|
+
"$ref": "#size"
|
|
6165
6895
|
},
|
|
6166
|
-
"
|
|
6896
|
+
"invalidInputMixin": {
|
|
6167
6897
|
"$ref": "#color"
|
|
6168
6898
|
},
|
|
6169
|
-
"
|
|
6170
|
-
"$ref": "#
|
|
6899
|
+
"nextIcon": {
|
|
6900
|
+
"$ref": "#icon"
|
|
6171
6901
|
},
|
|
6172
|
-
"
|
|
6173
|
-
"$ref": "#
|
|
6902
|
+
"previousIcon": {
|
|
6903
|
+
"$ref": "#icon"
|
|
6174
6904
|
},
|
|
6175
|
-
"
|
|
6176
|
-
"$ref": "#
|
|
6905
|
+
"singleDatePickerBorderColor": {
|
|
6906
|
+
"$ref": "#color"
|
|
6177
6907
|
},
|
|
6178
|
-
"
|
|
6179
|
-
"$ref": "#
|
|
6908
|
+
"singleDatePickerLeftRight": {
|
|
6909
|
+
"$ref": "#size"
|
|
6180
6910
|
},
|
|
6181
|
-
"
|
|
6182
|
-
"$ref": "#
|
|
6911
|
+
"singleDatePickerPaddingTopBottom": {
|
|
6912
|
+
"$ref": "#size"
|
|
6183
6913
|
},
|
|
6184
|
-
"
|
|
6185
|
-
"$ref": "#
|
|
6914
|
+
"singleDatePickerRadius": {
|
|
6915
|
+
"$ref": "#radius"
|
|
6186
6916
|
},
|
|
6187
|
-
"
|
|
6188
|
-
"$ref": "#
|
|
6917
|
+
"validInputMixin": {
|
|
6918
|
+
"$ref": "#color"
|
|
6189
6919
|
}
|
|
6190
6920
|
},
|
|
6191
6921
|
"required": [
|
|
6192
|
-
"
|
|
6193
|
-
"
|
|
6194
|
-
"
|
|
6195
|
-
"
|
|
6196
|
-
"
|
|
6197
|
-
"
|
|
6198
|
-
"
|
|
6199
|
-
"
|
|
6922
|
+
"calendarBackgroundColor",
|
|
6923
|
+
"calendarDayBlockedCalendarHoverBackground",
|
|
6924
|
+
"calendarDayBlockedCalendarHoverColor",
|
|
6925
|
+
"calendarDayDefaultBackgroundColor",
|
|
6926
|
+
"calendarDayDefaultBorder",
|
|
6927
|
+
"calendarDayDefaultBorderColor",
|
|
6928
|
+
"calendarDayDefaultCalendarDaySelectedHoverBackground",
|
|
6929
|
+
"calendarDayDefaultCalendarDaySelectedHoverBeforeBackground",
|
|
6930
|
+
"calendarDayDefaultCalendarDaySelectedHoverColor",
|
|
6931
|
+
"calendarDayDefaultColor",
|
|
6932
|
+
"calendarDayDefaultFontName",
|
|
6933
|
+
"calendarDayDefaultFontSize",
|
|
6934
|
+
"calendarDayDefaultFontWeight",
|
|
6935
|
+
"calendarDaySelectedFocusBeforeBackground",
|
|
6936
|
+
"calendarDaySelectedHoverBackground",
|
|
6937
|
+
"calendarDaySelectedHoverBeforeBackground",
|
|
6938
|
+
"calendarDaySelectedHoverBeforeBorderColor",
|
|
6939
|
+
"calendarDaySelectedHoverBorderColor",
|
|
6940
|
+
"calendarDaySelectedHoverColor",
|
|
6941
|
+
"calendarMonthCaptionColor",
|
|
6942
|
+
"calendarMonthCaptionFontName",
|
|
6943
|
+
"calendarMonthCaptionFontSize",
|
|
6944
|
+
"calendarMonthCaptionFontWeight",
|
|
6945
|
+
"calendarMonthCaptionLineHeight",
|
|
6946
|
+
"calendarMonthCaptionPaddingBottom",
|
|
6200
6947
|
"dateInputBorderColor",
|
|
6201
6948
|
"dateInputBorderRadius",
|
|
6202
|
-
"invalidInputMixin",
|
|
6203
|
-
"validInputMixin",
|
|
6204
|
-
"dateInputHoverBorderColor",
|
|
6205
6949
|
"dateInputFocusBorderColor",
|
|
6950
|
+
"dateInputHoverBorderColor",
|
|
6206
6951
|
"dateInputInsideBorderColor",
|
|
6207
6952
|
"dateInputInsideColor",
|
|
6208
6953
|
"dateInputStrokeColor",
|
|
6209
|
-
"calendarMonthCaptionColor",
|
|
6210
|
-
"calendarMonthCaptionFontSize",
|
|
6211
|
-
"calendarMonthCaptionLineHeight",
|
|
6212
|
-
"calendarMonthCaptionPaddingBottom",
|
|
6213
|
-
"dayPickerNavigationButtonBorderColor",
|
|
6214
|
-
"dayPickerNavigationButtonBackgroundColor",
|
|
6215
|
-
"dayPickerNavigationButtonMaxHeight",
|
|
6216
|
-
"dayPickerNavigationButtonMaxWidth",
|
|
6217
|
-
"dayPickerNavigationButtonPadding",
|
|
6218
|
-
"dayPickerNavigationButtonChildLeft",
|
|
6219
|
-
"dayPickerNavigationButtonChildRight",
|
|
6220
|
-
"dayPickerNavigationButtonChildSvgFill",
|
|
6221
|
-
"dayPickerNavigationButtonDefaultHoverBorderColor",
|
|
6222
|
-
"dayPickerNavigationSVGHorizontalFill",
|
|
6223
6954
|
"dayPickerWeekHeaderColor",
|
|
6224
|
-
"dayPickerWeekHeaderLineHeight",
|
|
6225
|
-
"dayPickerWeekHeaderSmall",
|
|
6226
|
-
"calendarDayDefaultBorder",
|
|
6227
|
-
"calendarDayDefaultBorderColor",
|
|
6228
|
-
"calendarDayDefaultFontSize",
|
|
6229
|
-
"calendarDayDefaultColor",
|
|
6230
|
-
"calendarDayDefaultBeforeHeight",
|
|
6231
|
-
"calendarDayDefaultBeforeWidth",
|
|
6232
|
-
"calendarDaySelectedHoverBorderColor",
|
|
6233
|
-
"calendarDaySelectedHoverColor",
|
|
6234
|
-
"calendarDaySelectedHoverBeforeBackground",
|
|
6235
|
-
"calendarDayDefaultCalendarDaySelectedHoverColor",
|
|
6236
|
-
"calendarDayDefaultCalendarDaySelectedHoverBackground",
|
|
6237
|
-
"calendarDayBlockedCalendarHoverBackground",
|
|
6238
|
-
"calendarDayBlockedCalendarHoverColor",
|
|
6239
|
-
"calendarMonthCaptionFontName",
|
|
6240
6955
|
"dayPickerWeekHeaderFontName",
|
|
6241
|
-
"calendarDayDefaultFontName",
|
|
6242
|
-
"calendarMonthCaptionFontWeight",
|
|
6243
6956
|
"dayPickerWeekHeaderFontWeight",
|
|
6244
|
-
"
|
|
6957
|
+
"dayPickerWeekHeaderLineHeight",
|
|
6958
|
+
"dayPickerWeekHeaderSmall",
|
|
6959
|
+
"hiddenInputFieldContainerHeight",
|
|
6960
|
+
"hiddenInputFieldContainerWidth",
|
|
6961
|
+
"dayPickerNavigationButtonPadding",
|
|
6962
|
+
"invalidInputMixin",
|
|
6963
|
+
"nextIcon",
|
|
6964
|
+
"previousIcon",
|
|
6965
|
+
"singleDatePickerBorderColor",
|
|
6966
|
+
"singleDatePickerLeftRight",
|
|
6967
|
+
"singleDatePickerPaddingTopBottom",
|
|
6968
|
+
"singleDatePickerRadius",
|
|
6969
|
+
"validInputMixin"
|
|
6245
6970
|
]
|
|
6246
6971
|
},
|
|
6247
6972
|
"rules": {
|
|
@@ -6258,164 +6983,149 @@
|
|
|
6258
6983
|
"type": "object",
|
|
6259
6984
|
"additionalProperties": false,
|
|
6260
6985
|
"properties": {
|
|
6261
|
-
"
|
|
6262
|
-
"$ref": "#
|
|
6263
|
-
},
|
|
6264
|
-
"hiddenInputFieldContainerWidth": {
|
|
6265
|
-
"$ref": "#size"
|
|
6986
|
+
"calendarBackgroundColor": {
|
|
6987
|
+
"$ref": "#color"
|
|
6266
6988
|
},
|
|
6267
|
-
"
|
|
6268
|
-
"$ref": "#
|
|
6989
|
+
"calendarDayBlockedCalendarHoverBackground": {
|
|
6990
|
+
"$ref": "#color"
|
|
6269
6991
|
},
|
|
6270
|
-
"
|
|
6271
|
-
"$ref": "#
|
|
6992
|
+
"calendarDayBlockedCalendarHoverColor": {
|
|
6993
|
+
"$ref": "#color"
|
|
6272
6994
|
},
|
|
6273
|
-
"
|
|
6995
|
+
"calendarDayDefaultBackgroundColor": {
|
|
6274
6996
|
"$ref": "#color"
|
|
6275
6997
|
},
|
|
6276
|
-
"
|
|
6277
|
-
"$ref": "#
|
|
6998
|
+
"calendarDayDefaultBorder": {
|
|
6999
|
+
"$ref": "#border"
|
|
6278
7000
|
},
|
|
6279
|
-
"
|
|
6280
|
-
"$ref": "#
|
|
7001
|
+
"calendarDayDefaultBorderColor": {
|
|
7002
|
+
"$ref": "#color"
|
|
6281
7003
|
},
|
|
6282
|
-
"
|
|
6283
|
-
"$ref": "#
|
|
7004
|
+
"calendarDayDefaultCalendarDaySelectedHoverBackground": {
|
|
7005
|
+
"$ref": "#color"
|
|
6284
7006
|
},
|
|
6285
|
-
"
|
|
7007
|
+
"calendarDayDefaultCalendarDaySelectedHoverBeforeBackground": {
|
|
6286
7008
|
"$ref": "#color"
|
|
6287
7009
|
},
|
|
6288
|
-
"
|
|
6289
|
-
"$ref": "#
|
|
7010
|
+
"calendarDayDefaultCalendarDaySelectedHoverColor": {
|
|
7011
|
+
"$ref": "#color"
|
|
6290
7012
|
},
|
|
6291
|
-
"
|
|
7013
|
+
"calendarDayDefaultColor": {
|
|
6292
7014
|
"$ref": "#color"
|
|
6293
7015
|
},
|
|
6294
|
-
"
|
|
7016
|
+
"calendarDayDefaultFontName": {
|
|
7017
|
+
"$ref": "#fontName"
|
|
7018
|
+
},
|
|
7019
|
+
"calendarDayDefaultFontSize": {
|
|
7020
|
+
"$ref": "#fontSize"
|
|
7021
|
+
},
|
|
7022
|
+
"calendarDayDefaultFontWeight": {
|
|
7023
|
+
"$ref": "#fontWeight"
|
|
7024
|
+
},
|
|
7025
|
+
"calendarDaySelectedFocusBeforeBackground": {
|
|
6295
7026
|
"$ref": "#color"
|
|
6296
7027
|
},
|
|
6297
|
-
"
|
|
7028
|
+
"calendarDaySelectedHoverBackground": {
|
|
6298
7029
|
"$ref": "#color"
|
|
6299
7030
|
},
|
|
6300
|
-
"
|
|
7031
|
+
"calendarDaySelectedHoverBeforeBackground": {
|
|
6301
7032
|
"$ref": "#color"
|
|
6302
7033
|
},
|
|
6303
|
-
"
|
|
7034
|
+
"calendarDaySelectedHoverBeforeBorderColor": {
|
|
6304
7035
|
"$ref": "#color"
|
|
6305
7036
|
},
|
|
6306
|
-
"
|
|
7037
|
+
"calendarDaySelectedHoverBorderColor": {
|
|
6307
7038
|
"$ref": "#color"
|
|
6308
7039
|
},
|
|
6309
|
-
"
|
|
7040
|
+
"calendarDaySelectedHoverColor": {
|
|
6310
7041
|
"$ref": "#color"
|
|
6311
7042
|
},
|
|
6312
7043
|
"calendarMonthCaptionColor": {
|
|
6313
7044
|
"$ref": "#color"
|
|
6314
7045
|
},
|
|
7046
|
+
"calendarMonthCaptionFontName": {
|
|
7047
|
+
"$ref": "#fontName"
|
|
7048
|
+
},
|
|
6315
7049
|
"calendarMonthCaptionFontSize": {
|
|
6316
7050
|
"$ref": "#fontSize"
|
|
6317
7051
|
},
|
|
7052
|
+
"calendarMonthCaptionFontWeight": {
|
|
7053
|
+
"$ref": "#fontWeight"
|
|
7054
|
+
},
|
|
6318
7055
|
"calendarMonthCaptionLineHeight": {
|
|
6319
7056
|
"$ref": "#lineHeight"
|
|
6320
7057
|
},
|
|
6321
7058
|
"calendarMonthCaptionPaddingBottom": {
|
|
6322
7059
|
"$ref": "#size"
|
|
6323
7060
|
},
|
|
6324
|
-
"
|
|
6325
|
-
"$ref": "#color"
|
|
6326
|
-
},
|
|
6327
|
-
"dayPickerNavigationButtonBackgroundColor": {
|
|
7061
|
+
"dateInputBorderColor": {
|
|
6328
7062
|
"$ref": "#color"
|
|
6329
7063
|
},
|
|
6330
|
-
"
|
|
6331
|
-
"$ref": "#
|
|
6332
|
-
},
|
|
6333
|
-
"dayPickerNavigationButtonMaxWidth": {
|
|
6334
|
-
"$ref": "#size"
|
|
6335
|
-
},
|
|
6336
|
-
"dayPickerNavigationButtonPadding": {
|
|
6337
|
-
"$ref": "#size"
|
|
7064
|
+
"dateInputBorderRadius": {
|
|
7065
|
+
"$ref": "#radius"
|
|
6338
7066
|
},
|
|
6339
|
-
"
|
|
6340
|
-
"$ref": "#
|
|
7067
|
+
"dateInputFocusBorderColor": {
|
|
7068
|
+
"$ref": "#color"
|
|
6341
7069
|
},
|
|
6342
|
-
"
|
|
6343
|
-
"$ref": "#
|
|
7070
|
+
"dateInputHoverBorderColor": {
|
|
7071
|
+
"$ref": "#color"
|
|
6344
7072
|
},
|
|
6345
|
-
"
|
|
7073
|
+
"dateInputInsideBorderColor": {
|
|
6346
7074
|
"$ref": "#color"
|
|
6347
7075
|
},
|
|
6348
|
-
"
|
|
7076
|
+
"dateInputInsideColor": {
|
|
6349
7077
|
"$ref": "#color"
|
|
6350
7078
|
},
|
|
6351
|
-
"
|
|
7079
|
+
"dateInputStrokeColor": {
|
|
6352
7080
|
"$ref": "#color"
|
|
6353
7081
|
},
|
|
6354
7082
|
"dayPickerWeekHeaderColor": {
|
|
6355
7083
|
"$ref": "#color"
|
|
6356
7084
|
},
|
|
7085
|
+
"dayPickerWeekHeaderFontName": {
|
|
7086
|
+
"$ref": "#fontName"
|
|
7087
|
+
},
|
|
7088
|
+
"dayPickerWeekHeaderFontWeight": {
|
|
7089
|
+
"$ref": "#fontWeight"
|
|
7090
|
+
},
|
|
6357
7091
|
"dayPickerWeekHeaderLineHeight": {
|
|
6358
7092
|
"$ref": "#lineHeight"
|
|
6359
7093
|
},
|
|
6360
7094
|
"dayPickerWeekHeaderSmall": {
|
|
6361
7095
|
"$ref": "#fontSize"
|
|
6362
7096
|
},
|
|
6363
|
-
"
|
|
6364
|
-
"$ref": "#border"
|
|
6365
|
-
},
|
|
6366
|
-
"calendarDayDefaultBorderColor": {
|
|
6367
|
-
"$ref": "#color"
|
|
6368
|
-
},
|
|
6369
|
-
"calendarDayDefaultFontSize": {
|
|
6370
|
-
"$ref": "#fontSize"
|
|
6371
|
-
},
|
|
6372
|
-
"calendarDayDefaultColor": {
|
|
6373
|
-
"$ref": "#color"
|
|
6374
|
-
},
|
|
6375
|
-
"calendarDayDefaultBeforeHeight": {
|
|
7097
|
+
"hiddenInputFieldContainerHeight": {
|
|
6376
7098
|
"$ref": "#size"
|
|
6377
7099
|
},
|
|
6378
|
-
"
|
|
7100
|
+
"hiddenInputFieldContainerWidth": {
|
|
6379
7101
|
"$ref": "#size"
|
|
6380
7102
|
},
|
|
6381
|
-
"
|
|
6382
|
-
"$ref": "#
|
|
6383
|
-
},
|
|
6384
|
-
"calendarDaySelectedHoverColor": {
|
|
6385
|
-
"$ref": "#color"
|
|
6386
|
-
},
|
|
6387
|
-
"calendarDaySelectedHoverBeforeBackground": {
|
|
6388
|
-
"$ref": "#color"
|
|
7103
|
+
"dayPickerNavigationButtonPadding": {
|
|
7104
|
+
"$ref": "#size"
|
|
6389
7105
|
},
|
|
6390
|
-
"
|
|
7106
|
+
"invalidInputMixin": {
|
|
6391
7107
|
"$ref": "#color"
|
|
6392
7108
|
},
|
|
6393
|
-
"
|
|
6394
|
-
"$ref": "#
|
|
7109
|
+
"nextIcon": {
|
|
7110
|
+
"$ref": "#icon"
|
|
6395
7111
|
},
|
|
6396
|
-
"
|
|
6397
|
-
"$ref": "#
|
|
7112
|
+
"previousIcon": {
|
|
7113
|
+
"$ref": "#icon"
|
|
6398
7114
|
},
|
|
6399
|
-
"
|
|
7115
|
+
"singleDatePickerBorderColor": {
|
|
6400
7116
|
"$ref": "#color"
|
|
6401
7117
|
},
|
|
6402
|
-
"
|
|
6403
|
-
"$ref": "#
|
|
6404
|
-
},
|
|
6405
|
-
"dayPickerWeekHeaderFontName": {
|
|
6406
|
-
"$ref": "#fontName"
|
|
6407
|
-
},
|
|
6408
|
-
"calendarDayDefaultFontName": {
|
|
6409
|
-
"$ref": "#fontName"
|
|
7118
|
+
"singleDatePickerLeftRight": {
|
|
7119
|
+
"$ref": "#size"
|
|
6410
7120
|
},
|
|
6411
|
-
"
|
|
6412
|
-
"$ref": "#
|
|
7121
|
+
"singleDatePickerPaddingTopBottom": {
|
|
7122
|
+
"$ref": "#size"
|
|
6413
7123
|
},
|
|
6414
|
-
"
|
|
6415
|
-
"$ref": "#
|
|
7124
|
+
"singleDatePickerRadius": {
|
|
7125
|
+
"$ref": "#radius"
|
|
6416
7126
|
},
|
|
6417
|
-
"
|
|
6418
|
-
"$ref": "#
|
|
7127
|
+
"validInputMixin": {
|
|
7128
|
+
"$ref": "#color"
|
|
6419
7129
|
}
|
|
6420
7130
|
}
|
|
6421
7131
|
},
|
|
@@ -6820,13 +7530,31 @@
|
|
|
6820
7530
|
"contentPaddingLeft": {
|
|
6821
7531
|
"$ref": "#size"
|
|
6822
7532
|
},
|
|
6823
|
-
"contentPaddingRight": {
|
|
6824
|
-
"$ref": "#size"
|
|
7533
|
+
"contentPaddingRight": {
|
|
7534
|
+
"$ref": "#size"
|
|
7535
|
+
},
|
|
7536
|
+
"contentPaddingTop": {
|
|
7537
|
+
"$ref": "#size"
|
|
7538
|
+
},
|
|
7539
|
+
"contentPaddingBottom": {
|
|
7540
|
+
"$ref": "#size"
|
|
7541
|
+
},
|
|
7542
|
+
"marginBottom": {
|
|
7543
|
+
"$ref": "#size"
|
|
7544
|
+
},
|
|
7545
|
+
"borderColor": {
|
|
7546
|
+
"$ref": "#color"
|
|
7547
|
+
},
|
|
7548
|
+
"borderRadius": {
|
|
7549
|
+
"$ref": "#radius"
|
|
7550
|
+
},
|
|
7551
|
+
"borderWidth": {
|
|
7552
|
+
"$ref": "#border"
|
|
6825
7553
|
},
|
|
6826
|
-
"
|
|
6827
|
-
"$ref": "#
|
|
7554
|
+
"expandDividerColor": {
|
|
7555
|
+
"$ref": "#color"
|
|
6828
7556
|
},
|
|
6829
|
-
"
|
|
7557
|
+
"expanddDividerWidth": {
|
|
6830
7558
|
"$ref": "#size"
|
|
6831
7559
|
}
|
|
6832
7560
|
},
|
|
@@ -6836,7 +7564,13 @@
|
|
|
6836
7564
|
"contentPaddingLeft",
|
|
6837
7565
|
"contentPaddingRight",
|
|
6838
7566
|
"contentPaddingTop",
|
|
6839
|
-
"contentPaddingBottom"
|
|
7567
|
+
"contentPaddingBottom",
|
|
7568
|
+
"marginBottom",
|
|
7569
|
+
"borderColor",
|
|
7570
|
+
"borderRadius",
|
|
7571
|
+
"borderWidth",
|
|
7572
|
+
"expandDividerColor",
|
|
7573
|
+
"expanddDividerWidth"
|
|
6840
7574
|
]
|
|
6841
7575
|
},
|
|
6842
7576
|
"rules": {
|
|
@@ -6870,6 +7604,24 @@
|
|
|
6870
7604
|
},
|
|
6871
7605
|
"contentPaddingBottom": {
|
|
6872
7606
|
"$ref": "#size"
|
|
7607
|
+
},
|
|
7608
|
+
"marginBottom": {
|
|
7609
|
+
"$ref": "#size"
|
|
7610
|
+
},
|
|
7611
|
+
"borderColor": {
|
|
7612
|
+
"$ref": "#color"
|
|
7613
|
+
},
|
|
7614
|
+
"borderRadius": {
|
|
7615
|
+
"$ref": "#radius"
|
|
7616
|
+
},
|
|
7617
|
+
"borderWidth": {
|
|
7618
|
+
"$ref": "#border"
|
|
7619
|
+
},
|
|
7620
|
+
"expandDividerColor": {
|
|
7621
|
+
"$ref": "#color"
|
|
7622
|
+
},
|
|
7623
|
+
"expanddDividerWidth": {
|
|
7624
|
+
"$ref": "#size"
|
|
6873
7625
|
}
|
|
6874
7626
|
}
|
|
6875
7627
|
},
|
|
@@ -8603,53 +9355,274 @@
|
|
|
8603
9355
|
"containerPaddingTop": {
|
|
8604
9356
|
"$ref": "#size"
|
|
8605
9357
|
},
|
|
8606
|
-
"containerPaddingBottom": {
|
|
8607
|
-
"$ref": "#size"
|
|
9358
|
+
"containerPaddingBottom": {
|
|
9359
|
+
"$ref": "#size"
|
|
9360
|
+
},
|
|
9361
|
+
"backgroundColor": {
|
|
9362
|
+
"$ref": "#color"
|
|
9363
|
+
},
|
|
9364
|
+
"borderRadius": {
|
|
9365
|
+
"$ref": "#radius"
|
|
9366
|
+
},
|
|
9367
|
+
"borderColor": {
|
|
9368
|
+
"$ref": "#color"
|
|
9369
|
+
},
|
|
9370
|
+
"shadow": {
|
|
9371
|
+
"$ref": "#shadow"
|
|
9372
|
+
},
|
|
9373
|
+
"paddingLeft": {
|
|
9374
|
+
"$ref": "#size"
|
|
9375
|
+
},
|
|
9376
|
+
"paddingRight": {
|
|
9377
|
+
"$ref": "#size"
|
|
9378
|
+
},
|
|
9379
|
+
"paddingTop": {
|
|
9380
|
+
"$ref": "#size"
|
|
9381
|
+
},
|
|
9382
|
+
"paddingBottom": {
|
|
9383
|
+
"$ref": "#size"
|
|
9384
|
+
},
|
|
9385
|
+
"marginLeft": {
|
|
9386
|
+
"$ref": "#size"
|
|
9387
|
+
},
|
|
9388
|
+
"marginRight": {
|
|
9389
|
+
"$ref": "#size"
|
|
9390
|
+
},
|
|
9391
|
+
"gap": {
|
|
9392
|
+
"$ref": "#size"
|
|
9393
|
+
},
|
|
9394
|
+
"closeIcon": {
|
|
9395
|
+
"$ref": "#icon"
|
|
9396
|
+
},
|
|
9397
|
+
"closeIconColor": {
|
|
9398
|
+
"$ref": "#color"
|
|
9399
|
+
},
|
|
9400
|
+
"closeIconSize": {
|
|
9401
|
+
"$ref": "#size"
|
|
9402
|
+
},
|
|
9403
|
+
"closePadding": {
|
|
9404
|
+
"$ref": "#size"
|
|
9405
|
+
}
|
|
9406
|
+
}
|
|
9407
|
+
},
|
|
9408
|
+
"description": {
|
|
9409
|
+
"type": "string"
|
|
9410
|
+
}
|
|
9411
|
+
},
|
|
9412
|
+
"required": [
|
|
9413
|
+
"if",
|
|
9414
|
+
"tokens"
|
|
9415
|
+
]
|
|
9416
|
+
}
|
|
9417
|
+
}
|
|
9418
|
+
},
|
|
9419
|
+
"required": [
|
|
9420
|
+
"tokens",
|
|
9421
|
+
"rules"
|
|
9422
|
+
]
|
|
9423
|
+
},
|
|
9424
|
+
"NavigationBar": {
|
|
9425
|
+
"type": "object",
|
|
9426
|
+
"additionalProperties": false,
|
|
9427
|
+
"properties": {
|
|
9428
|
+
"appearances": {
|
|
9429
|
+
"type": "object",
|
|
9430
|
+
"additionalProperties": false,
|
|
9431
|
+
"patternProperties": {
|
|
9432
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
9433
|
+
"$ref": "#appearance"
|
|
9434
|
+
}
|
|
9435
|
+
}
|
|
9436
|
+
},
|
|
9437
|
+
"tokens": {
|
|
9438
|
+
"type": "object",
|
|
9439
|
+
"additionalProperties": false,
|
|
9440
|
+
"properties": {
|
|
9441
|
+
"alignSelf": {
|
|
9442
|
+
"$ref": "#flexAlign"
|
|
9443
|
+
},
|
|
9444
|
+
"backgroundColor": {
|
|
9445
|
+
"$ref": "#color"
|
|
9446
|
+
},
|
|
9447
|
+
"borderColor": {
|
|
9448
|
+
"$ref": "#color"
|
|
9449
|
+
},
|
|
9450
|
+
"borderRadius": {
|
|
9451
|
+
"$ref": "#radius"
|
|
9452
|
+
},
|
|
9453
|
+
"borderWidth": {
|
|
9454
|
+
"$ref": "#border"
|
|
9455
|
+
},
|
|
9456
|
+
"color": {
|
|
9457
|
+
"$ref": "#color"
|
|
9458
|
+
},
|
|
9459
|
+
"fontName": {
|
|
9460
|
+
"$ref": "#fontName"
|
|
9461
|
+
},
|
|
9462
|
+
"fontSize": {
|
|
9463
|
+
"$ref": "#fontSize"
|
|
9464
|
+
},
|
|
9465
|
+
"fontWeight": {
|
|
9466
|
+
"$ref": "#fontWeight"
|
|
9467
|
+
},
|
|
9468
|
+
"lineHeight": {
|
|
9469
|
+
"$ref": "#lineHeight"
|
|
9470
|
+
},
|
|
9471
|
+
"minWidth": {
|
|
9472
|
+
"$ref": "#size"
|
|
9473
|
+
},
|
|
9474
|
+
"opacity": {
|
|
9475
|
+
"$ref": "#opacity"
|
|
9476
|
+
},
|
|
9477
|
+
"outerBackgroundColor": {
|
|
9478
|
+
"$ref": "#color"
|
|
9479
|
+
},
|
|
9480
|
+
"outerBorderColor": {
|
|
9481
|
+
"$ref": "#color"
|
|
9482
|
+
},
|
|
9483
|
+
"outerBorderGap": {
|
|
9484
|
+
"$ref": "#size"
|
|
9485
|
+
},
|
|
9486
|
+
"outerBorderWidth": {
|
|
9487
|
+
"$ref": "#border"
|
|
9488
|
+
},
|
|
9489
|
+
"paddingBottom": {
|
|
9490
|
+
"$ref": "#size"
|
|
9491
|
+
},
|
|
9492
|
+
"paddingLeft": {
|
|
9493
|
+
"$ref": "#size"
|
|
9494
|
+
},
|
|
9495
|
+
"paddingRight": {
|
|
9496
|
+
"$ref": "#size"
|
|
9497
|
+
},
|
|
9498
|
+
"paddingTop": {
|
|
9499
|
+
"$ref": "#size"
|
|
9500
|
+
},
|
|
9501
|
+
"shadow": {
|
|
9502
|
+
"$ref": "#shadow"
|
|
9503
|
+
},
|
|
9504
|
+
"textAlign": {
|
|
9505
|
+
"$ref": "#flexJustifyContent"
|
|
9506
|
+
},
|
|
9507
|
+
"width": {
|
|
9508
|
+
"$ref": "#size"
|
|
9509
|
+
},
|
|
9510
|
+
"icoMenu": {
|
|
9511
|
+
"$ref": "#icon"
|
|
9512
|
+
}
|
|
9513
|
+
},
|
|
9514
|
+
"required": [
|
|
9515
|
+
"alignSelf",
|
|
9516
|
+
"backgroundColor",
|
|
9517
|
+
"borderColor",
|
|
9518
|
+
"borderRadius",
|
|
9519
|
+
"borderWidth",
|
|
9520
|
+
"color",
|
|
9521
|
+
"fontName",
|
|
9522
|
+
"fontSize",
|
|
9523
|
+
"fontWeight",
|
|
9524
|
+
"lineHeight",
|
|
9525
|
+
"minWidth",
|
|
9526
|
+
"opacity",
|
|
9527
|
+
"outerBackgroundColor",
|
|
9528
|
+
"outerBorderColor",
|
|
9529
|
+
"outerBorderGap",
|
|
9530
|
+
"outerBorderWidth",
|
|
9531
|
+
"paddingBottom",
|
|
9532
|
+
"paddingLeft",
|
|
9533
|
+
"paddingRight",
|
|
9534
|
+
"paddingTop",
|
|
9535
|
+
"shadow",
|
|
9536
|
+
"textAlign",
|
|
9537
|
+
"width",
|
|
9538
|
+
"icoMenu"
|
|
9539
|
+
]
|
|
9540
|
+
},
|
|
9541
|
+
"rules": {
|
|
9542
|
+
"type": "array",
|
|
9543
|
+
"items": {
|
|
9544
|
+
"type": "object",
|
|
9545
|
+
"additionalProperties": false,
|
|
9546
|
+
"properties": {
|
|
9547
|
+
"if": {
|
|
9548
|
+
"type": "object",
|
|
9549
|
+
"minProperties": 1
|
|
9550
|
+
},
|
|
9551
|
+
"tokens": {
|
|
9552
|
+
"type": "object",
|
|
9553
|
+
"additionalProperties": false,
|
|
9554
|
+
"properties": {
|
|
9555
|
+
"alignSelf": {
|
|
9556
|
+
"$ref": "#flexAlign"
|
|
9557
|
+
},
|
|
9558
|
+
"backgroundColor": {
|
|
9559
|
+
"$ref": "#color"
|
|
9560
|
+
},
|
|
9561
|
+
"borderColor": {
|
|
9562
|
+
"$ref": "#color"
|
|
9563
|
+
},
|
|
9564
|
+
"borderRadius": {
|
|
9565
|
+
"$ref": "#radius"
|
|
9566
|
+
},
|
|
9567
|
+
"borderWidth": {
|
|
9568
|
+
"$ref": "#border"
|
|
9569
|
+
},
|
|
9570
|
+
"color": {
|
|
9571
|
+
"$ref": "#color"
|
|
9572
|
+
},
|
|
9573
|
+
"fontName": {
|
|
9574
|
+
"$ref": "#fontName"
|
|
9575
|
+
},
|
|
9576
|
+
"fontSize": {
|
|
9577
|
+
"$ref": "#fontSize"
|
|
9578
|
+
},
|
|
9579
|
+
"fontWeight": {
|
|
9580
|
+
"$ref": "#fontWeight"
|
|
9581
|
+
},
|
|
9582
|
+
"lineHeight": {
|
|
9583
|
+
"$ref": "#lineHeight"
|
|
9584
|
+
},
|
|
9585
|
+
"minWidth": {
|
|
9586
|
+
"$ref": "#size"
|
|
9587
|
+
},
|
|
9588
|
+
"opacity": {
|
|
9589
|
+
"$ref": "#opacity"
|
|
8608
9590
|
},
|
|
8609
|
-
"
|
|
9591
|
+
"outerBackgroundColor": {
|
|
8610
9592
|
"$ref": "#color"
|
|
8611
9593
|
},
|
|
8612
|
-
"
|
|
8613
|
-
"$ref": "#radius"
|
|
8614
|
-
},
|
|
8615
|
-
"borderColor": {
|
|
9594
|
+
"outerBorderColor": {
|
|
8616
9595
|
"$ref": "#color"
|
|
8617
9596
|
},
|
|
8618
|
-
"
|
|
8619
|
-
"$ref": "#shadow"
|
|
8620
|
-
},
|
|
8621
|
-
"paddingLeft": {
|
|
8622
|
-
"$ref": "#size"
|
|
8623
|
-
},
|
|
8624
|
-
"paddingRight": {
|
|
9597
|
+
"outerBorderGap": {
|
|
8625
9598
|
"$ref": "#size"
|
|
8626
9599
|
},
|
|
8627
|
-
"
|
|
8628
|
-
"$ref": "#
|
|
9600
|
+
"outerBorderWidth": {
|
|
9601
|
+
"$ref": "#border"
|
|
8629
9602
|
},
|
|
8630
9603
|
"paddingBottom": {
|
|
8631
9604
|
"$ref": "#size"
|
|
8632
9605
|
},
|
|
8633
|
-
"
|
|
9606
|
+
"paddingLeft": {
|
|
8634
9607
|
"$ref": "#size"
|
|
8635
9608
|
},
|
|
8636
|
-
"
|
|
9609
|
+
"paddingRight": {
|
|
8637
9610
|
"$ref": "#size"
|
|
8638
9611
|
},
|
|
8639
|
-
"
|
|
9612
|
+
"paddingTop": {
|
|
8640
9613
|
"$ref": "#size"
|
|
8641
9614
|
},
|
|
8642
|
-
"
|
|
8643
|
-
"$ref": "#
|
|
9615
|
+
"shadow": {
|
|
9616
|
+
"$ref": "#shadow"
|
|
8644
9617
|
},
|
|
8645
|
-
"
|
|
8646
|
-
"$ref": "#
|
|
9618
|
+
"textAlign": {
|
|
9619
|
+
"$ref": "#flexJustifyContent"
|
|
8647
9620
|
},
|
|
8648
|
-
"
|
|
9621
|
+
"width": {
|
|
8649
9622
|
"$ref": "#size"
|
|
8650
9623
|
},
|
|
8651
|
-
"
|
|
8652
|
-
"$ref": "#
|
|
9624
|
+
"icoMenu": {
|
|
9625
|
+
"$ref": "#icon"
|
|
8653
9626
|
}
|
|
8654
9627
|
}
|
|
8655
9628
|
},
|
|
@@ -8752,11 +9725,11 @@
|
|
|
8752
9725
|
"dismissIconColor": {
|
|
8753
9726
|
"$ref": "#color"
|
|
8754
9727
|
},
|
|
8755
|
-
"dismissIconSize": {
|
|
8756
|
-
"$ref": "#size"
|
|
8757
|
-
},
|
|
8758
9728
|
"dismissButtonGap": {
|
|
8759
9729
|
"$ref": "#size"
|
|
9730
|
+
},
|
|
9731
|
+
"justifyContent": {
|
|
9732
|
+
"$ref": "#flexJustifyContent"
|
|
8760
9733
|
}
|
|
8761
9734
|
},
|
|
8762
9735
|
"required": [
|
|
@@ -8782,8 +9755,8 @@
|
|
|
8782
9755
|
"iconGap",
|
|
8783
9756
|
"dismissIcon",
|
|
8784
9757
|
"dismissIconColor",
|
|
8785
|
-
"
|
|
8786
|
-
"
|
|
9758
|
+
"dismissButtonGap",
|
|
9759
|
+
"justifyContent"
|
|
8787
9760
|
]
|
|
8788
9761
|
},
|
|
8789
9762
|
"rules": {
|
|
@@ -8866,11 +9839,11 @@
|
|
|
8866
9839
|
"dismissIconColor": {
|
|
8867
9840
|
"$ref": "#color"
|
|
8868
9841
|
},
|
|
8869
|
-
"dismissIconSize": {
|
|
8870
|
-
"$ref": "#size"
|
|
8871
|
-
},
|
|
8872
9842
|
"dismissButtonGap": {
|
|
8873
9843
|
"$ref": "#size"
|
|
9844
|
+
},
|
|
9845
|
+
"justifyContent": {
|
|
9846
|
+
"$ref": "#flexJustifyContent"
|
|
8874
9847
|
}
|
|
8875
9848
|
}
|
|
8876
9849
|
},
|
|
@@ -8927,6 +9900,39 @@
|
|
|
8927
9900
|
},
|
|
8928
9901
|
"lineHeight": {
|
|
8929
9902
|
"$ref": "#lineHeight"
|
|
9903
|
+
},
|
|
9904
|
+
"borderLeftWidth": {
|
|
9905
|
+
"$ref": "#border"
|
|
9906
|
+
},
|
|
9907
|
+
"borderRightWidth": {
|
|
9908
|
+
"$ref": "#border"
|
|
9909
|
+
},
|
|
9910
|
+
"borderTopWidth": {
|
|
9911
|
+
"$ref": "#border"
|
|
9912
|
+
},
|
|
9913
|
+
"borderBottomWidth": {
|
|
9914
|
+
"$ref": "#border"
|
|
9915
|
+
},
|
|
9916
|
+
"borderColor": {
|
|
9917
|
+
"$ref": "#color"
|
|
9918
|
+
},
|
|
9919
|
+
"ellipsisPadding": {
|
|
9920
|
+
"$ref": "#size"
|
|
9921
|
+
},
|
|
9922
|
+
"ellipsisBorderRightWidth": {
|
|
9923
|
+
"$ref": "#border"
|
|
9924
|
+
},
|
|
9925
|
+
"ellipsisBorderLeftWidth": {
|
|
9926
|
+
"$ref": "#border"
|
|
9927
|
+
},
|
|
9928
|
+
"ellipsisBorderTopWidth": {
|
|
9929
|
+
"$ref": "#border"
|
|
9930
|
+
},
|
|
9931
|
+
"ellipsisBorderBottomWidth": {
|
|
9932
|
+
"$ref": "#border"
|
|
9933
|
+
},
|
|
9934
|
+
"ellipsisHeight": {
|
|
9935
|
+
"$ref": "#size"
|
|
8930
9936
|
}
|
|
8931
9937
|
},
|
|
8932
9938
|
"required": [
|
|
@@ -8936,7 +9942,18 @@
|
|
|
8936
9942
|
"fontName",
|
|
8937
9943
|
"fontWeight",
|
|
8938
9944
|
"fontSize",
|
|
8939
|
-
"lineHeight"
|
|
9945
|
+
"lineHeight",
|
|
9946
|
+
"borderLeftWidth",
|
|
9947
|
+
"borderRightWidth",
|
|
9948
|
+
"borderTopWidth",
|
|
9949
|
+
"borderBottomWidth",
|
|
9950
|
+
"borderColor",
|
|
9951
|
+
"ellipsisPadding",
|
|
9952
|
+
"ellipsisBorderRightWidth",
|
|
9953
|
+
"ellipsisBorderLeftWidth",
|
|
9954
|
+
"ellipsisBorderTopWidth",
|
|
9955
|
+
"ellipsisBorderBottomWidth",
|
|
9956
|
+
"ellipsisHeight"
|
|
8940
9957
|
]
|
|
8941
9958
|
},
|
|
8942
9959
|
"rules": {
|
|
@@ -8973,6 +9990,39 @@
|
|
|
8973
9990
|
},
|
|
8974
9991
|
"lineHeight": {
|
|
8975
9992
|
"$ref": "#lineHeight"
|
|
9993
|
+
},
|
|
9994
|
+
"borderLeftWidth": {
|
|
9995
|
+
"$ref": "#border"
|
|
9996
|
+
},
|
|
9997
|
+
"borderRightWidth": {
|
|
9998
|
+
"$ref": "#border"
|
|
9999
|
+
},
|
|
10000
|
+
"borderTopWidth": {
|
|
10001
|
+
"$ref": "#border"
|
|
10002
|
+
},
|
|
10003
|
+
"borderBottomWidth": {
|
|
10004
|
+
"$ref": "#border"
|
|
10005
|
+
},
|
|
10006
|
+
"borderColor": {
|
|
10007
|
+
"$ref": "#color"
|
|
10008
|
+
},
|
|
10009
|
+
"ellipsisPadding": {
|
|
10010
|
+
"$ref": "#size"
|
|
10011
|
+
},
|
|
10012
|
+
"ellipsisBorderRightWidth": {
|
|
10013
|
+
"$ref": "#border"
|
|
10014
|
+
},
|
|
10015
|
+
"ellipsisBorderLeftWidth": {
|
|
10016
|
+
"$ref": "#border"
|
|
10017
|
+
},
|
|
10018
|
+
"ellipsisBorderTopWidth": {
|
|
10019
|
+
"$ref": "#border"
|
|
10020
|
+
},
|
|
10021
|
+
"ellipsisBorderBottomWidth": {
|
|
10022
|
+
"$ref": "#border"
|
|
10023
|
+
},
|
|
10024
|
+
"ellipsisHeight": {
|
|
10025
|
+
"$ref": "#size"
|
|
8976
10026
|
}
|
|
8977
10027
|
}
|
|
8978
10028
|
},
|
|
@@ -9012,7 +10062,16 @@
|
|
|
9012
10062
|
"borderColor": {
|
|
9013
10063
|
"$ref": "#color"
|
|
9014
10064
|
},
|
|
9015
|
-
"
|
|
10065
|
+
"borderLeftWidth": {
|
|
10066
|
+
"$ref": "#border"
|
|
10067
|
+
},
|
|
10068
|
+
"borderRightWidth": {
|
|
10069
|
+
"$ref": "#border"
|
|
10070
|
+
},
|
|
10071
|
+
"borderTopWidth": {
|
|
10072
|
+
"$ref": "#border"
|
|
10073
|
+
},
|
|
10074
|
+
"borderBottomWidth": {
|
|
9016
10075
|
"$ref": "#border"
|
|
9017
10076
|
},
|
|
9018
10077
|
"borderRadius": {
|
|
@@ -9021,6 +10080,9 @@
|
|
|
9021
10080
|
"backgroundColor": {
|
|
9022
10081
|
"$ref": "#color"
|
|
9023
10082
|
},
|
|
10083
|
+
"height": {
|
|
10084
|
+
"$ref": "#size"
|
|
10085
|
+
},
|
|
9024
10086
|
"paddingLeft": {
|
|
9025
10087
|
"$ref": "#size"
|
|
9026
10088
|
},
|
|
@@ -9069,9 +10131,13 @@
|
|
|
9069
10131
|
},
|
|
9070
10132
|
"required": [
|
|
9071
10133
|
"borderColor",
|
|
9072
|
-
"
|
|
10134
|
+
"borderLeftWidth",
|
|
10135
|
+
"borderRightWidth",
|
|
10136
|
+
"borderTopWidth",
|
|
10137
|
+
"borderBottomWidth",
|
|
9073
10138
|
"borderRadius",
|
|
9074
10139
|
"backgroundColor",
|
|
10140
|
+
"height",
|
|
9075
10141
|
"paddingLeft",
|
|
9076
10142
|
"paddingRight",
|
|
9077
10143
|
"paddingTop",
|
|
@@ -9106,7 +10172,16 @@
|
|
|
9106
10172
|
"borderColor": {
|
|
9107
10173
|
"$ref": "#color"
|
|
9108
10174
|
},
|
|
9109
|
-
"
|
|
10175
|
+
"borderLeftWidth": {
|
|
10176
|
+
"$ref": "#border"
|
|
10177
|
+
},
|
|
10178
|
+
"borderRightWidth": {
|
|
10179
|
+
"$ref": "#border"
|
|
10180
|
+
},
|
|
10181
|
+
"borderTopWidth": {
|
|
10182
|
+
"$ref": "#border"
|
|
10183
|
+
},
|
|
10184
|
+
"borderBottomWidth": {
|
|
9110
10185
|
"$ref": "#border"
|
|
9111
10186
|
},
|
|
9112
10187
|
"borderRadius": {
|
|
@@ -9115,6 +10190,9 @@
|
|
|
9115
10190
|
"backgroundColor": {
|
|
9116
10191
|
"$ref": "#color"
|
|
9117
10192
|
},
|
|
10193
|
+
"height": {
|
|
10194
|
+
"$ref": "#size"
|
|
10195
|
+
},
|
|
9118
10196
|
"paddingLeft": {
|
|
9119
10197
|
"$ref": "#size"
|
|
9120
10198
|
},
|
|
@@ -9198,7 +10276,16 @@
|
|
|
9198
10276
|
"borderColor": {
|
|
9199
10277
|
"$ref": "#color"
|
|
9200
10278
|
},
|
|
9201
|
-
"
|
|
10279
|
+
"borderLeftWidth": {
|
|
10280
|
+
"$ref": "#border"
|
|
10281
|
+
},
|
|
10282
|
+
"borderRightWidth": {
|
|
10283
|
+
"$ref": "#border"
|
|
10284
|
+
},
|
|
10285
|
+
"borderTopWidth": {
|
|
10286
|
+
"$ref": "#border"
|
|
10287
|
+
},
|
|
10288
|
+
"borderBottomWidth": {
|
|
9202
10289
|
"$ref": "#border"
|
|
9203
10290
|
},
|
|
9204
10291
|
"borderRadius": {
|
|
@@ -9222,6 +10309,9 @@
|
|
|
9222
10309
|
"outerBorderColor": {
|
|
9223
10310
|
"$ref": "#color"
|
|
9224
10311
|
},
|
|
10312
|
+
"outerBorderWidth": {
|
|
10313
|
+
"$ref": "#border"
|
|
10314
|
+
},
|
|
9225
10315
|
"color": {
|
|
9226
10316
|
"$ref": "#color"
|
|
9227
10317
|
},
|
|
@@ -9257,11 +10347,17 @@
|
|
|
9257
10347
|
},
|
|
9258
10348
|
"displayLabel": {
|
|
9259
10349
|
"$ref": "#show"
|
|
10350
|
+
},
|
|
10351
|
+
"height": {
|
|
10352
|
+
"$ref": "#size"
|
|
9260
10353
|
}
|
|
9261
10354
|
},
|
|
9262
10355
|
"required": [
|
|
9263
10356
|
"borderColor",
|
|
9264
|
-
"
|
|
10357
|
+
"borderLeftWidth",
|
|
10358
|
+
"borderRightWidth",
|
|
10359
|
+
"borderTopWidth",
|
|
10360
|
+
"borderBottomWidth",
|
|
9265
10361
|
"borderRadius",
|
|
9266
10362
|
"backgroundColor",
|
|
9267
10363
|
"paddingLeft",
|
|
@@ -9269,6 +10365,7 @@
|
|
|
9269
10365
|
"paddingTop",
|
|
9270
10366
|
"paddingBottom",
|
|
9271
10367
|
"outerBorderColor",
|
|
10368
|
+
"outerBorderWidth",
|
|
9272
10369
|
"color",
|
|
9273
10370
|
"fontName",
|
|
9274
10371
|
"fontWeight",
|
|
@@ -9280,7 +10377,8 @@
|
|
|
9280
10377
|
"iconDisplace",
|
|
9281
10378
|
"width",
|
|
9282
10379
|
"textAlign",
|
|
9283
|
-
"displayLabel"
|
|
10380
|
+
"displayLabel",
|
|
10381
|
+
"height"
|
|
9284
10382
|
]
|
|
9285
10383
|
},
|
|
9286
10384
|
"rules": {
|
|
@@ -9300,7 +10398,16 @@
|
|
|
9300
10398
|
"borderColor": {
|
|
9301
10399
|
"$ref": "#color"
|
|
9302
10400
|
},
|
|
9303
|
-
"
|
|
10401
|
+
"borderLeftWidth": {
|
|
10402
|
+
"$ref": "#border"
|
|
10403
|
+
},
|
|
10404
|
+
"borderRightWidth": {
|
|
10405
|
+
"$ref": "#border"
|
|
10406
|
+
},
|
|
10407
|
+
"borderTopWidth": {
|
|
10408
|
+
"$ref": "#border"
|
|
10409
|
+
},
|
|
10410
|
+
"borderBottomWidth": {
|
|
9304
10411
|
"$ref": "#border"
|
|
9305
10412
|
},
|
|
9306
10413
|
"borderRadius": {
|
|
@@ -9324,6 +10431,9 @@
|
|
|
9324
10431
|
"outerBorderColor": {
|
|
9325
10432
|
"$ref": "#color"
|
|
9326
10433
|
},
|
|
10434
|
+
"outerBorderWidth": {
|
|
10435
|
+
"$ref": "#border"
|
|
10436
|
+
},
|
|
9327
10437
|
"color": {
|
|
9328
10438
|
"$ref": "#color"
|
|
9329
10439
|
},
|
|
@@ -9359,6 +10469,9 @@
|
|
|
9359
10469
|
},
|
|
9360
10470
|
"displayLabel": {
|
|
9361
10471
|
"$ref": "#show"
|
|
10472
|
+
},
|
|
10473
|
+
"height": {
|
|
10474
|
+
"$ref": "#size"
|
|
9362
10475
|
}
|
|
9363
10476
|
}
|
|
9364
10477
|
},
|
|
@@ -10481,6 +11594,12 @@
|
|
|
10481
11594
|
"descriptionMarginLeft": {
|
|
10482
11595
|
"$ref": "#size"
|
|
10483
11596
|
},
|
|
11597
|
+
"descriptionFontName": {
|
|
11598
|
+
"$ref": "#fontName"
|
|
11599
|
+
},
|
|
11600
|
+
"descriptionFontWeight": {
|
|
11601
|
+
"$ref": "#fontWeight"
|
|
11602
|
+
},
|
|
10484
11603
|
"inputBackgroundColor": {
|
|
10485
11604
|
"$ref": "#color"
|
|
10486
11605
|
},
|
|
@@ -10541,6 +11660,8 @@
|
|
|
10541
11660
|
"descriptionFontSize",
|
|
10542
11661
|
"descriptionLineHeight",
|
|
10543
11662
|
"descriptionMarginLeft",
|
|
11663
|
+
"descriptionFontName",
|
|
11664
|
+
"descriptionFontWeight",
|
|
10544
11665
|
"inputBackgroundColor",
|
|
10545
11666
|
"inputBorderColor",
|
|
10546
11667
|
"inputBorderWidth",
|
|
@@ -10611,6 +11732,12 @@
|
|
|
10611
11732
|
"descriptionMarginLeft": {
|
|
10612
11733
|
"$ref": "#size"
|
|
10613
11734
|
},
|
|
11735
|
+
"descriptionFontName": {
|
|
11736
|
+
"$ref": "#fontName"
|
|
11737
|
+
},
|
|
11738
|
+
"descriptionFontWeight": {
|
|
11739
|
+
"$ref": "#fontWeight"
|
|
11740
|
+
},
|
|
10614
11741
|
"inputBackgroundColor": {
|
|
10615
11742
|
"$ref": "#color"
|
|
10616
11743
|
},
|
|
@@ -11210,6 +12337,15 @@
|
|
|
11210
12337
|
},
|
|
11211
12338
|
"gradient": {
|
|
11212
12339
|
"$ref": "#gradient"
|
|
12340
|
+
},
|
|
12341
|
+
"fontColor": {
|
|
12342
|
+
"$ref": "#color"
|
|
12343
|
+
},
|
|
12344
|
+
"borderRadiusBottomLeft": {
|
|
12345
|
+
"$ref": "#size"
|
|
12346
|
+
},
|
|
12347
|
+
"borderRadiusBottomRight": {
|
|
12348
|
+
"$ref": "#size"
|
|
11213
12349
|
}
|
|
11214
12350
|
},
|
|
11215
12351
|
"required": [
|
|
@@ -11232,7 +12368,10 @@
|
|
|
11232
12368
|
"curveWidth",
|
|
11233
12369
|
"curveAfterBackgroundColor",
|
|
11234
12370
|
"curveAfterHeight",
|
|
11235
|
-
"gradient"
|
|
12371
|
+
"gradient",
|
|
12372
|
+
"fontColor",
|
|
12373
|
+
"borderRadiusBottomLeft",
|
|
12374
|
+
"borderRadiusBottomRight"
|
|
11236
12375
|
]
|
|
11237
12376
|
},
|
|
11238
12377
|
"rules": {
|
|
@@ -11308,6 +12447,15 @@
|
|
|
11308
12447
|
},
|
|
11309
12448
|
"gradient": {
|
|
11310
12449
|
"$ref": "#gradient"
|
|
12450
|
+
},
|
|
12451
|
+
"fontColor": {
|
|
12452
|
+
"$ref": "#color"
|
|
12453
|
+
},
|
|
12454
|
+
"borderRadiusBottomLeft": {
|
|
12455
|
+
"$ref": "#size"
|
|
12456
|
+
},
|
|
12457
|
+
"borderRadiusBottomRight": {
|
|
12458
|
+
"$ref": "#size"
|
|
11311
12459
|
}
|
|
11312
12460
|
}
|
|
11313
12461
|
},
|
|
@@ -11746,6 +12894,9 @@
|
|
|
11746
12894
|
},
|
|
11747
12895
|
"validationIconColor": {
|
|
11748
12896
|
"$ref": "#color"
|
|
12897
|
+
},
|
|
12898
|
+
"feedbackBackgroundColor": {
|
|
12899
|
+
"$ref": "#color"
|
|
11749
12900
|
}
|
|
11750
12901
|
},
|
|
11751
12902
|
"required": [
|
|
@@ -11770,7 +12921,8 @@
|
|
|
11770
12921
|
"iconColor",
|
|
11771
12922
|
"validationIcon",
|
|
11772
12923
|
"validationIconSize",
|
|
11773
|
-
"validationIconColor"
|
|
12924
|
+
"validationIconColor",
|
|
12925
|
+
"feedbackBackgroundColor"
|
|
11774
12926
|
]
|
|
11775
12927
|
},
|
|
11776
12928
|
"rules": {
|
|
@@ -11852,6 +13004,9 @@
|
|
|
11852
13004
|
},
|
|
11853
13005
|
"validationIconColor": {
|
|
11854
13006
|
"$ref": "#color"
|
|
13007
|
+
},
|
|
13008
|
+
"feedbackBackgroundColor": {
|
|
13009
|
+
"$ref": "#color"
|
|
11855
13010
|
}
|
|
11856
13011
|
}
|
|
11857
13012
|
},
|
|
@@ -15030,12 +16185,30 @@
|
|
|
15030
16185
|
"type": "object",
|
|
15031
16186
|
"additionalProperties": false,
|
|
15032
16187
|
"properties": {
|
|
16188
|
+
"fontWeight": {
|
|
16189
|
+
"$ref": "#fontWeight"
|
|
16190
|
+
},
|
|
16191
|
+
"fontName": {
|
|
16192
|
+
"$ref": "#fontName"
|
|
16193
|
+
},
|
|
16194
|
+
"fontSize": {
|
|
16195
|
+
"$ref": "#fontSize"
|
|
16196
|
+
},
|
|
16197
|
+
"color": {
|
|
16198
|
+
"$ref": "#color"
|
|
16199
|
+
},
|
|
16200
|
+
"currentColor": {
|
|
16201
|
+
"$ref": "#color"
|
|
16202
|
+
},
|
|
15033
16203
|
"icon": {
|
|
15034
16204
|
"$ref": "#icon"
|
|
15035
16205
|
},
|
|
15036
16206
|
"iconColor": {
|
|
15037
16207
|
"$ref": "#color"
|
|
15038
16208
|
},
|
|
16209
|
+
"iconSize": {
|
|
16210
|
+
"$ref": "#size"
|
|
16211
|
+
},
|
|
15039
16212
|
"iconPadding": {
|
|
15040
16213
|
"$ref": "#size"
|
|
15041
16214
|
},
|
|
@@ -15044,8 +16217,14 @@
|
|
|
15044
16217
|
}
|
|
15045
16218
|
},
|
|
15046
16219
|
"required": [
|
|
16220
|
+
"fontWeight",
|
|
16221
|
+
"fontName",
|
|
16222
|
+
"fontSize",
|
|
16223
|
+
"color",
|
|
16224
|
+
"currentColor",
|
|
15047
16225
|
"icon",
|
|
15048
16226
|
"iconColor",
|
|
16227
|
+
"iconSize",
|
|
15049
16228
|
"iconPadding",
|
|
15050
16229
|
"listItemPadding"
|
|
15051
16230
|
]
|
|
@@ -15064,12 +16243,30 @@
|
|
|
15064
16243
|
"type": "object",
|
|
15065
16244
|
"additionalProperties": false,
|
|
15066
16245
|
"properties": {
|
|
16246
|
+
"fontWeight": {
|
|
16247
|
+
"$ref": "#fontWeight"
|
|
16248
|
+
},
|
|
16249
|
+
"fontName": {
|
|
16250
|
+
"$ref": "#fontName"
|
|
16251
|
+
},
|
|
16252
|
+
"fontSize": {
|
|
16253
|
+
"$ref": "#fontSize"
|
|
16254
|
+
},
|
|
16255
|
+
"color": {
|
|
16256
|
+
"$ref": "#color"
|
|
16257
|
+
},
|
|
16258
|
+
"currentColor": {
|
|
16259
|
+
"$ref": "#color"
|
|
16260
|
+
},
|
|
15067
16261
|
"icon": {
|
|
15068
16262
|
"$ref": "#icon"
|
|
15069
16263
|
},
|
|
15070
16264
|
"iconColor": {
|
|
15071
16265
|
"$ref": "#color"
|
|
15072
16266
|
},
|
|
16267
|
+
"iconSize": {
|
|
16268
|
+
"$ref": "#size"
|
|
16269
|
+
},
|
|
15073
16270
|
"iconPadding": {
|
|
15074
16271
|
"$ref": "#size"
|
|
15075
16272
|
},
|
|
@@ -15899,6 +17096,10 @@
|
|
|
15899
17096
|
"required": [
|
|
15900
17097
|
"SplashButton",
|
|
15901
17098
|
"SplashButtonWithDetails",
|
|
17099
|
+
"VideoPickerThumbnail",
|
|
17100
|
+
"VideoPickerSlider",
|
|
17101
|
+
"VideoPicker",
|
|
17102
|
+
"Disclaimer",
|
|
15902
17103
|
"Table",
|
|
15903
17104
|
"Image",
|
|
15904
17105
|
"Spinner",
|
|
@@ -15948,6 +17149,7 @@
|
|
|
15948
17149
|
"ListBox",
|
|
15949
17150
|
"OrderedList",
|
|
15950
17151
|
"Modal",
|
|
17152
|
+
"NavigationBar",
|
|
15951
17153
|
"Notification",
|
|
15952
17154
|
"Pagination",
|
|
15953
17155
|
"PaginationPageButton",
|