@aviala-design/spiral 2.2.0 → 2.4.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/dist/component-changelogs.json +144 -0
- package/dist/index.cjs +53 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +29 -31
- package/dist/index.d.ts +29 -31
- package/dist/index.js +65 -29
- package/dist/index.js.map +1 -1
- package/dist/props.json +3230 -58
- package/package.json +8 -5
package/dist/props.json
CHANGED
|
@@ -18,13 +18,32 @@
|
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"name": "mode",
|
|
21
|
-
"type": "
|
|
21
|
+
"type": "\"default\" | \"primary\" | \"second\" | \"defaultCustom\" | \"noBackground\" | \"noBackgroundCustom\" | \"destructive\"",
|
|
22
|
+
"values": [
|
|
23
|
+
"default",
|
|
24
|
+
"primary",
|
|
25
|
+
"second",
|
|
26
|
+
"defaultCustom",
|
|
27
|
+
"noBackground",
|
|
28
|
+
"noBackgroundCustom",
|
|
29
|
+
"destructive"
|
|
30
|
+
],
|
|
22
31
|
"required": false,
|
|
23
32
|
"description": "Figma `Mode` — preferred over legacy `variant`."
|
|
24
33
|
},
|
|
25
34
|
{
|
|
26
35
|
"name": "size",
|
|
27
|
-
"type": "
|
|
36
|
+
"type": "\"default\" | \"icon\" | \"tiny\" | \"small\" | \"regular\" | \"big\" | \"sm\" | \"lg\"",
|
|
37
|
+
"values": [
|
|
38
|
+
"default",
|
|
39
|
+
"icon",
|
|
40
|
+
"tiny",
|
|
41
|
+
"small",
|
|
42
|
+
"regular",
|
|
43
|
+
"big",
|
|
44
|
+
"sm",
|
|
45
|
+
"lg"
|
|
46
|
+
],
|
|
28
47
|
"required": false,
|
|
29
48
|
"description": "Figma `Size` — preferred over legacy shadcn sizes."
|
|
30
49
|
},
|
|
@@ -36,7 +55,15 @@
|
|
|
36
55
|
},
|
|
37
56
|
{
|
|
38
57
|
"name": "variant",
|
|
39
|
-
"type": "
|
|
58
|
+
"type": "\"default\" | \"destructive\" | \"secondary\" | \"outline\" | \"ghost\" | \"link\"",
|
|
59
|
+
"values": [
|
|
60
|
+
"default",
|
|
61
|
+
"destructive",
|
|
62
|
+
"secondary",
|
|
63
|
+
"outline",
|
|
64
|
+
"ghost",
|
|
65
|
+
"link"
|
|
66
|
+
],
|
|
40
67
|
"required": false,
|
|
41
68
|
"description": "@deprecated Use `mode` instead."
|
|
42
69
|
},
|
|
@@ -87,7 +114,11 @@
|
|
|
87
114
|
},
|
|
88
115
|
{
|
|
89
116
|
"name": "size",
|
|
90
|
-
"type": "
|
|
117
|
+
"type": "\"regular\" | \"big\"",
|
|
118
|
+
"values": [
|
|
119
|
+
"regular",
|
|
120
|
+
"big"
|
|
121
|
+
],
|
|
91
122
|
"defaultValue": "regular",
|
|
92
123
|
"required": false,
|
|
93
124
|
"description": "Figma `Size`"
|
|
@@ -154,6 +185,494 @@
|
|
|
154
185
|
"required": false,
|
|
155
186
|
"description": ""
|
|
156
187
|
}
|
|
188
|
+
],
|
|
189
|
+
"parts": [
|
|
190
|
+
{
|
|
191
|
+
"displayName": "SelectTrigger",
|
|
192
|
+
"description": "",
|
|
193
|
+
"props": [
|
|
194
|
+
{
|
|
195
|
+
"name": "asChild",
|
|
196
|
+
"type": "boolean",
|
|
197
|
+
"required": false,
|
|
198
|
+
"description": ""
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "size",
|
|
202
|
+
"type": "\"big\" | \"regular\"",
|
|
203
|
+
"values": [
|
|
204
|
+
"big",
|
|
205
|
+
"regular"
|
|
206
|
+
],
|
|
207
|
+
"defaultValue": "regular",
|
|
208
|
+
"required": false,
|
|
209
|
+
"description": ""
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "allRound",
|
|
213
|
+
"type": "boolean",
|
|
214
|
+
"defaultValue": "false",
|
|
215
|
+
"required": false,
|
|
216
|
+
"description": ""
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "leftIcon",
|
|
220
|
+
"type": "ReactNode",
|
|
221
|
+
"required": false,
|
|
222
|
+
"description": ""
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "rightIcon",
|
|
226
|
+
"type": "ReactNode",
|
|
227
|
+
"required": false,
|
|
228
|
+
"description": ""
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"name": "expandIcon",
|
|
232
|
+
"type": "ReactNode",
|
|
233
|
+
"required": false,
|
|
234
|
+
"description": "Override chevron expand icon (defaults to DirectionArrowDownLight)."
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "placeholder",
|
|
238
|
+
"type": "string",
|
|
239
|
+
"required": false,
|
|
240
|
+
"description": ""
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "error",
|
|
244
|
+
"type": "boolean",
|
|
245
|
+
"defaultValue": "false",
|
|
246
|
+
"required": false,
|
|
247
|
+
"description": ""
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"displayName": "SelectContent",
|
|
253
|
+
"description": "",
|
|
254
|
+
"props": [
|
|
255
|
+
{
|
|
256
|
+
"name": "asChild",
|
|
257
|
+
"type": "boolean",
|
|
258
|
+
"required": false,
|
|
259
|
+
"description": ""
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "portalled",
|
|
263
|
+
"type": "boolean",
|
|
264
|
+
"defaultValue": "true",
|
|
265
|
+
"required": false,
|
|
266
|
+
"description": "Render without Portal — use inside nested overlays (e.g. ColorPicker popover)."
|
|
267
|
+
}
|
|
268
|
+
]
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"displayName": "SelectItem",
|
|
272
|
+
"description": "",
|
|
273
|
+
"props": [
|
|
274
|
+
{
|
|
275
|
+
"name": "asChild",
|
|
276
|
+
"type": "boolean",
|
|
277
|
+
"required": false,
|
|
278
|
+
"description": ""
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "itemFunction",
|
|
282
|
+
"type": "\"checkbox\" | \"radio\" | \"action\" | \"simple\" | \"form-checkbox\" | \"form-radio\"",
|
|
283
|
+
"values": [
|
|
284
|
+
"checkbox",
|
|
285
|
+
"radio",
|
|
286
|
+
"action",
|
|
287
|
+
"simple",
|
|
288
|
+
"form-checkbox",
|
|
289
|
+
"form-radio"
|
|
290
|
+
],
|
|
291
|
+
"defaultValue": "action",
|
|
292
|
+
"required": false,
|
|
293
|
+
"description": "Figma Function variant (default Action Item)"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "layout",
|
|
297
|
+
"type": "\"title\" | \"default\" | \"people\" | \"checked\"",
|
|
298
|
+
"values": [
|
|
299
|
+
"title",
|
|
300
|
+
"default",
|
|
301
|
+
"people",
|
|
302
|
+
"checked"
|
|
303
|
+
],
|
|
304
|
+
"defaultValue": "default",
|
|
305
|
+
"required": false,
|
|
306
|
+
"description": "Figma Type variant"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "leftIcon",
|
|
310
|
+
"type": "ReactNode",
|
|
311
|
+
"required": false,
|
|
312
|
+
"description": ""
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "showLeftIcon",
|
|
316
|
+
"type": "boolean",
|
|
317
|
+
"defaultValue": "false",
|
|
318
|
+
"required": false,
|
|
319
|
+
"description": ""
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "rightIcon",
|
|
323
|
+
"type": "ReactNode",
|
|
324
|
+
"required": false,
|
|
325
|
+
"description": ""
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "showRightIcon",
|
|
329
|
+
"type": "boolean",
|
|
330
|
+
"defaultValue": "false",
|
|
331
|
+
"required": false,
|
|
332
|
+
"description": ""
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "badge",
|
|
336
|
+
"type": "ReactNode",
|
|
337
|
+
"required": false,
|
|
338
|
+
"description": ""
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "showBadge",
|
|
342
|
+
"type": "boolean",
|
|
343
|
+
"defaultValue": "false",
|
|
344
|
+
"required": false,
|
|
345
|
+
"description": ""
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"name": "showMoreFunction",
|
|
349
|
+
"type": "boolean",
|
|
350
|
+
"defaultValue": "false",
|
|
351
|
+
"required": false,
|
|
352
|
+
"description": ""
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "moreAction",
|
|
356
|
+
"type": "ReactNode",
|
|
357
|
+
"required": false,
|
|
358
|
+
"description": "Inline action before the function icon (Figma MoreFunction)"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "icon",
|
|
362
|
+
"type": "ReactNode",
|
|
363
|
+
"required": false,
|
|
364
|
+
"description": "Override trailing function slot (Figma function icon)"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "showFunctionIcon",
|
|
368
|
+
"type": "boolean",
|
|
369
|
+
"defaultValue": "true",
|
|
370
|
+
"required": false,
|
|
371
|
+
"description": "Show trailing function icon (Figma showFunctionIcon; hidden when layout=`checked` and selected)"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "avatar",
|
|
375
|
+
"type": "ReactNode",
|
|
376
|
+
"required": false,
|
|
377
|
+
"description": "People layout — 26px avatar node; defaults to UsersUserCircle"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "subtitle",
|
|
381
|
+
"type": "ReactNode",
|
|
382
|
+
"required": false,
|
|
383
|
+
"description": "People layout — secondary caption line"
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"displayName": "SelectItemGroup",
|
|
389
|
+
"description": "",
|
|
390
|
+
"props": [
|
|
391
|
+
{
|
|
392
|
+
"name": "label",
|
|
393
|
+
"type": "ReactNode",
|
|
394
|
+
"required": false,
|
|
395
|
+
"description": ""
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "showDivider",
|
|
399
|
+
"type": "boolean",
|
|
400
|
+
"defaultValue": "false",
|
|
401
|
+
"required": false,
|
|
402
|
+
"description": ""
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "className",
|
|
406
|
+
"type": "string",
|
|
407
|
+
"required": false,
|
|
408
|
+
"description": ""
|
|
409
|
+
}
|
|
410
|
+
]
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"displayName": "SelectItemPeople",
|
|
414
|
+
"description": "",
|
|
415
|
+
"props": [
|
|
416
|
+
{
|
|
417
|
+
"name": "asChild",
|
|
418
|
+
"type": "boolean",
|
|
419
|
+
"required": false,
|
|
420
|
+
"description": ""
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "leftIcon",
|
|
424
|
+
"type": "ReactNode",
|
|
425
|
+
"required": false,
|
|
426
|
+
"description": ""
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "rightIcon",
|
|
430
|
+
"type": "ReactNode",
|
|
431
|
+
"required": false,
|
|
432
|
+
"description": ""
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "itemFunction",
|
|
436
|
+
"type": "\"checkbox\" | \"radio\" | \"action\" | \"simple\" | \"form-checkbox\" | \"form-radio\"",
|
|
437
|
+
"values": [
|
|
438
|
+
"checkbox",
|
|
439
|
+
"radio",
|
|
440
|
+
"action",
|
|
441
|
+
"simple",
|
|
442
|
+
"form-checkbox",
|
|
443
|
+
"form-radio"
|
|
444
|
+
],
|
|
445
|
+
"defaultValue": "action",
|
|
446
|
+
"required": false,
|
|
447
|
+
"description": "Figma Function variant (default Action Item)"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "showLeftIcon",
|
|
451
|
+
"type": "boolean",
|
|
452
|
+
"defaultValue": "false",
|
|
453
|
+
"required": false,
|
|
454
|
+
"description": ""
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "showRightIcon",
|
|
458
|
+
"type": "boolean",
|
|
459
|
+
"defaultValue": "false",
|
|
460
|
+
"required": false,
|
|
461
|
+
"description": ""
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"name": "badge",
|
|
465
|
+
"type": "ReactNode",
|
|
466
|
+
"required": false,
|
|
467
|
+
"description": ""
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "showBadge",
|
|
471
|
+
"type": "boolean",
|
|
472
|
+
"defaultValue": "false",
|
|
473
|
+
"required": false,
|
|
474
|
+
"description": ""
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "showMoreFunction",
|
|
478
|
+
"type": "boolean",
|
|
479
|
+
"defaultValue": "false",
|
|
480
|
+
"required": false,
|
|
481
|
+
"description": ""
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "moreAction",
|
|
485
|
+
"type": "ReactNode",
|
|
486
|
+
"required": false,
|
|
487
|
+
"description": "Inline action before the function icon (Figma MoreFunction)"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "icon",
|
|
491
|
+
"type": "ReactNode",
|
|
492
|
+
"required": false,
|
|
493
|
+
"description": "Override trailing function slot (Figma function icon)"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "showFunctionIcon",
|
|
497
|
+
"type": "boolean",
|
|
498
|
+
"defaultValue": "true",
|
|
499
|
+
"required": false,
|
|
500
|
+
"description": "Show trailing function icon (Figma showFunctionIcon; hidden when layout=`checked` and selected)"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"name": "avatar",
|
|
504
|
+
"type": "ReactNode",
|
|
505
|
+
"required": false,
|
|
506
|
+
"description": "People layout — 26px avatar node; defaults to UsersUserCircle"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "subtitle",
|
|
510
|
+
"type": "ReactNode",
|
|
511
|
+
"required": false,
|
|
512
|
+
"description": "People layout — secondary caption line"
|
|
513
|
+
}
|
|
514
|
+
]
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"displayName": "SelectSubItem",
|
|
518
|
+
"description": "Figma Select Menu Item with nested sub-menu — opens a flyout panel on hover/focus.\nCompose with {@link SelectSubMenu} for sub-menu items.",
|
|
519
|
+
"props": [
|
|
520
|
+
{
|
|
521
|
+
"name": "className",
|
|
522
|
+
"type": "string",
|
|
523
|
+
"required": false,
|
|
524
|
+
"description": ""
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "disabled",
|
|
528
|
+
"type": "boolean",
|
|
529
|
+
"defaultValue": "false",
|
|
530
|
+
"required": false,
|
|
531
|
+
"description": ""
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "itemFunction",
|
|
535
|
+
"type": "\"checkbox\" | \"radio\" | \"action\" | \"simple\" | \"form-checkbox\" | \"form-radio\"",
|
|
536
|
+
"values": [
|
|
537
|
+
"checkbox",
|
|
538
|
+
"radio",
|
|
539
|
+
"action",
|
|
540
|
+
"simple",
|
|
541
|
+
"form-checkbox",
|
|
542
|
+
"form-radio"
|
|
543
|
+
],
|
|
544
|
+
"defaultValue": "action",
|
|
545
|
+
"required": false,
|
|
546
|
+
"description": "Figma Function variant (default Action Item — trailing chevron)"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "layout",
|
|
550
|
+
"type": "\"title\" | \"default\" | \"people\" | \"checked\"",
|
|
551
|
+
"values": [
|
|
552
|
+
"title",
|
|
553
|
+
"default",
|
|
554
|
+
"people",
|
|
555
|
+
"checked"
|
|
556
|
+
],
|
|
557
|
+
"defaultValue": "default",
|
|
558
|
+
"required": false,
|
|
559
|
+
"description": "Figma Type variant"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "leftIcon",
|
|
563
|
+
"type": "ReactNode",
|
|
564
|
+
"required": false,
|
|
565
|
+
"description": ""
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "showLeftIcon",
|
|
569
|
+
"type": "boolean",
|
|
570
|
+
"defaultValue": "false",
|
|
571
|
+
"required": false,
|
|
572
|
+
"description": ""
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "rightIcon",
|
|
576
|
+
"type": "ReactNode",
|
|
577
|
+
"required": false,
|
|
578
|
+
"description": ""
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"name": "showRightIcon",
|
|
582
|
+
"type": "boolean",
|
|
583
|
+
"defaultValue": "false",
|
|
584
|
+
"required": false,
|
|
585
|
+
"description": ""
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "badge",
|
|
589
|
+
"type": "ReactNode",
|
|
590
|
+
"required": false,
|
|
591
|
+
"description": ""
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "showBadge",
|
|
595
|
+
"type": "boolean",
|
|
596
|
+
"defaultValue": "false",
|
|
597
|
+
"required": false,
|
|
598
|
+
"description": ""
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "showMoreFunction",
|
|
602
|
+
"type": "boolean",
|
|
603
|
+
"defaultValue": "false",
|
|
604
|
+
"required": false,
|
|
605
|
+
"description": ""
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"name": "moreAction",
|
|
609
|
+
"type": "ReactNode",
|
|
610
|
+
"required": false,
|
|
611
|
+
"description": ""
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "icon",
|
|
615
|
+
"type": "ReactNode",
|
|
616
|
+
"required": false,
|
|
617
|
+
"description": ""
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "showFunctionIcon",
|
|
621
|
+
"type": "boolean",
|
|
622
|
+
"defaultValue": "true",
|
|
623
|
+
"required": false,
|
|
624
|
+
"description": ""
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "avatar",
|
|
628
|
+
"type": "ReactNode",
|
|
629
|
+
"required": false,
|
|
630
|
+
"description": ""
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "subtitle",
|
|
634
|
+
"type": "ReactNode",
|
|
635
|
+
"required": false,
|
|
636
|
+
"description": ""
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "side",
|
|
640
|
+
"type": "\"left\" | \"right\"",
|
|
641
|
+
"values": [
|
|
642
|
+
"left",
|
|
643
|
+
"right"
|
|
644
|
+
],
|
|
645
|
+
"required": false,
|
|
646
|
+
"description": "Popover side when space allows (default right). Flips to left on collision."
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"name": "sideOffset",
|
|
650
|
+
"type": "number",
|
|
651
|
+
"defaultValue": "8",
|
|
652
|
+
"required": false,
|
|
653
|
+
"description": ""
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "portalled",
|
|
657
|
+
"type": "boolean",
|
|
658
|
+
"defaultValue": "true",
|
|
659
|
+
"required": false,
|
|
660
|
+
"description": "Render flyout in a Portal (default false — keeps panel inside SelectContent)."
|
|
661
|
+
}
|
|
662
|
+
]
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"displayName": "SelectValue",
|
|
666
|
+
"description": "",
|
|
667
|
+
"props": [
|
|
668
|
+
{
|
|
669
|
+
"name": "asChild",
|
|
670
|
+
"type": "boolean",
|
|
671
|
+
"required": false,
|
|
672
|
+
"description": ""
|
|
673
|
+
}
|
|
674
|
+
]
|
|
675
|
+
}
|
|
157
676
|
]
|
|
158
677
|
},
|
|
159
678
|
"SegmentatorGroup": {
|
|
@@ -180,7 +699,11 @@
|
|
|
180
699
|
},
|
|
181
700
|
{
|
|
182
701
|
"name": "mode",
|
|
183
|
-
"type": "
|
|
702
|
+
"type": "\"nested\" | \"tiled\"",
|
|
703
|
+
"values": [
|
|
704
|
+
"nested",
|
|
705
|
+
"tiled"
|
|
706
|
+
],
|
|
184
707
|
"defaultValue": "nested",
|
|
185
708
|
"required": false,
|
|
186
709
|
"description": ""
|
|
@@ -205,6 +728,38 @@
|
|
|
205
728
|
"required": false,
|
|
206
729
|
"description": ""
|
|
207
730
|
}
|
|
731
|
+
],
|
|
732
|
+
"parts": [
|
|
733
|
+
{
|
|
734
|
+
"displayName": "SegmentatorItem",
|
|
735
|
+
"description": "",
|
|
736
|
+
"props": [
|
|
737
|
+
{
|
|
738
|
+
"name": "value",
|
|
739
|
+
"type": "string",
|
|
740
|
+
"required": true,
|
|
741
|
+
"description": ""
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "leftIcon",
|
|
745
|
+
"type": "ReactNode",
|
|
746
|
+
"required": false,
|
|
747
|
+
"description": ""
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"name": "rightIcon",
|
|
751
|
+
"type": "ReactNode",
|
|
752
|
+
"required": false,
|
|
753
|
+
"description": ""
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "iconOnly",
|
|
757
|
+
"type": "boolean",
|
|
758
|
+
"required": false,
|
|
759
|
+
"description": ""
|
|
760
|
+
}
|
|
761
|
+
]
|
|
762
|
+
}
|
|
208
763
|
]
|
|
209
764
|
},
|
|
210
765
|
"ThemeProvider": {
|
|
@@ -265,21 +820,36 @@
|
|
|
265
820
|
"props": [
|
|
266
821
|
{
|
|
267
822
|
"name": "type",
|
|
268
|
-
"type": "
|
|
823
|
+
"type": "\"info\" | \"warning\" | \"error\" | \"success\" | \"neutral\"",
|
|
824
|
+
"values": [
|
|
825
|
+
"info",
|
|
826
|
+
"warning",
|
|
827
|
+
"error",
|
|
828
|
+
"success",
|
|
829
|
+
"neutral"
|
|
830
|
+
],
|
|
269
831
|
"defaultValue": "info",
|
|
270
832
|
"required": false,
|
|
271
833
|
"description": ""
|
|
272
834
|
},
|
|
273
835
|
{
|
|
274
836
|
"name": "size",
|
|
275
|
-
"type": "
|
|
837
|
+
"type": "\"default\" | \"small\"",
|
|
838
|
+
"values": [
|
|
839
|
+
"default",
|
|
840
|
+
"small"
|
|
841
|
+
],
|
|
276
842
|
"defaultValue": "default",
|
|
277
843
|
"required": false,
|
|
278
844
|
"description": ""
|
|
279
845
|
},
|
|
280
846
|
{
|
|
281
847
|
"name": "appearance",
|
|
282
|
-
"type": "
|
|
848
|
+
"type": "\"default\" | \"light\"",
|
|
849
|
+
"values": [
|
|
850
|
+
"default",
|
|
851
|
+
"light"
|
|
852
|
+
],
|
|
283
853
|
"defaultValue": "default",
|
|
284
854
|
"required": false,
|
|
285
855
|
"description": ""
|
|
@@ -374,21 +944,36 @@
|
|
|
374
944
|
"props": [
|
|
375
945
|
{
|
|
376
946
|
"name": "type",
|
|
377
|
-
"type": "
|
|
947
|
+
"type": "\"information\" | \"warning\" | \"wrong\" | \"success\" | \"normal\"",
|
|
948
|
+
"values": [
|
|
949
|
+
"information",
|
|
950
|
+
"warning",
|
|
951
|
+
"wrong",
|
|
952
|
+
"success",
|
|
953
|
+
"normal"
|
|
954
|
+
],
|
|
378
955
|
"defaultValue": "information",
|
|
379
956
|
"required": false,
|
|
380
957
|
"description": ""
|
|
381
958
|
},
|
|
382
959
|
{
|
|
383
960
|
"name": "size",
|
|
384
|
-
"type": "
|
|
961
|
+
"type": "\"default\" | \"small\"",
|
|
962
|
+
"values": [
|
|
963
|
+
"default",
|
|
964
|
+
"small"
|
|
965
|
+
],
|
|
385
966
|
"defaultValue": "default",
|
|
386
967
|
"required": false,
|
|
387
968
|
"description": ""
|
|
388
969
|
},
|
|
389
970
|
{
|
|
390
971
|
"name": "mode",
|
|
391
|
-
"type": "
|
|
972
|
+
"type": "\"default\" | \"primary\"",
|
|
973
|
+
"values": [
|
|
974
|
+
"default",
|
|
975
|
+
"primary"
|
|
976
|
+
],
|
|
392
977
|
"defaultValue": "default",
|
|
393
978
|
"required": false,
|
|
394
979
|
"description": ""
|
|
@@ -445,7 +1030,11 @@
|
|
|
445
1030
|
"props": [
|
|
446
1031
|
{
|
|
447
1032
|
"name": "size",
|
|
448
|
-
"type": "
|
|
1033
|
+
"type": "\"regular\" | \"big\"",
|
|
1034
|
+
"values": [
|
|
1035
|
+
"regular",
|
|
1036
|
+
"big"
|
|
1037
|
+
],
|
|
449
1038
|
"defaultValue": "regular",
|
|
450
1039
|
"required": false,
|
|
451
1040
|
"description": ""
|
|
@@ -511,7 +1100,11 @@
|
|
|
511
1100
|
},
|
|
512
1101
|
{
|
|
513
1102
|
"name": "mode",
|
|
514
|
-
"type": "
|
|
1103
|
+
"type": "\"single\" | \"range\"",
|
|
1104
|
+
"values": [
|
|
1105
|
+
"single",
|
|
1106
|
+
"range"
|
|
1107
|
+
],
|
|
515
1108
|
"defaultValue": "single",
|
|
516
1109
|
"required": false,
|
|
517
1110
|
"description": ""
|
|
@@ -583,6 +1176,218 @@
|
|
|
583
1176
|
"required": false,
|
|
584
1177
|
"description": ""
|
|
585
1178
|
}
|
|
1179
|
+
],
|
|
1180
|
+
"parts": [
|
|
1181
|
+
{
|
|
1182
|
+
"displayName": "DatePicker",
|
|
1183
|
+
"description": "Radix Popover closes on `window` blur (e.g. focusing DevTools). Suppress only\nblur-initiated closes; pointer-down and Escape must still dismiss on first interaction.",
|
|
1184
|
+
"props": [
|
|
1185
|
+
{
|
|
1186
|
+
"name": "mode",
|
|
1187
|
+
"type": "\"single\" | \"range\"",
|
|
1188
|
+
"values": [
|
|
1189
|
+
"single",
|
|
1190
|
+
"range"
|
|
1191
|
+
],
|
|
1192
|
+
"required": false,
|
|
1193
|
+
"description": ""
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "open",
|
|
1197
|
+
"type": "boolean",
|
|
1198
|
+
"required": false,
|
|
1199
|
+
"description": ""
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": "defaultOpen",
|
|
1203
|
+
"type": "boolean",
|
|
1204
|
+
"required": false,
|
|
1205
|
+
"description": ""
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"name": "onOpenChange",
|
|
1209
|
+
"type": "(open: boolean) => void",
|
|
1210
|
+
"required": false,
|
|
1211
|
+
"description": ""
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"name": "disabled",
|
|
1215
|
+
"type": "boolean",
|
|
1216
|
+
"required": false,
|
|
1217
|
+
"description": ""
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "size",
|
|
1221
|
+
"type": "\"regular\" | \"big\"",
|
|
1222
|
+
"values": [
|
|
1223
|
+
"regular",
|
|
1224
|
+
"big"
|
|
1225
|
+
],
|
|
1226
|
+
"required": false,
|
|
1227
|
+
"description": ""
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"name": "minDate",
|
|
1231
|
+
"type": "Date",
|
|
1232
|
+
"required": false,
|
|
1233
|
+
"description": ""
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"name": "maxDate",
|
|
1237
|
+
"type": "Date",
|
|
1238
|
+
"required": false,
|
|
1239
|
+
"description": ""
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"name": "className",
|
|
1243
|
+
"type": "string",
|
|
1244
|
+
"required": false,
|
|
1245
|
+
"description": ""
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"name": "enableTime",
|
|
1249
|
+
"type": "boolean",
|
|
1250
|
+
"required": false,
|
|
1251
|
+
"description": "Figma DatePickerLIstGroup — footer date/time Segmentator"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "timeValue",
|
|
1255
|
+
"type": "DatePickerTimeValue",
|
|
1256
|
+
"required": false,
|
|
1257
|
+
"description": ""
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"name": "defaultTimeValue",
|
|
1261
|
+
"type": "DatePickerTimeValue",
|
|
1262
|
+
"required": false,
|
|
1263
|
+
"description": ""
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "onTimeChange",
|
|
1267
|
+
"type": "(value: DatePickerTimeValue) => void",
|
|
1268
|
+
"required": false,
|
|
1269
|
+
"description": ""
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"name": "value",
|
|
1273
|
+
"type": "Date | DateRange",
|
|
1274
|
+
"required": false,
|
|
1275
|
+
"description": ""
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "defaultValue",
|
|
1279
|
+
"type": "Date | DateRange",
|
|
1280
|
+
"required": false,
|
|
1281
|
+
"description": ""
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "onValueChange",
|
|
1285
|
+
"type": "((value: Date) => void) | ((value: DateRange) => void)",
|
|
1286
|
+
"required": false,
|
|
1287
|
+
"description": ""
|
|
1288
|
+
}
|
|
1289
|
+
]
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"displayName": "DatePickerTrigger",
|
|
1293
|
+
"description": "",
|
|
1294
|
+
"props": [
|
|
1295
|
+
{
|
|
1296
|
+
"name": "size",
|
|
1297
|
+
"type": "\"regular\" | \"big\"",
|
|
1298
|
+
"values": [
|
|
1299
|
+
"regular",
|
|
1300
|
+
"big"
|
|
1301
|
+
],
|
|
1302
|
+
"required": false,
|
|
1303
|
+
"description": ""
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"name": "allRound",
|
|
1307
|
+
"type": "boolean",
|
|
1308
|
+
"defaultValue": "false",
|
|
1309
|
+
"required": false,
|
|
1310
|
+
"description": ""
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "leftIcon",
|
|
1314
|
+
"type": "ReactNode",
|
|
1315
|
+
"required": false,
|
|
1316
|
+
"description": ""
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "rightIcon",
|
|
1320
|
+
"type": "ReactNode",
|
|
1321
|
+
"required": false,
|
|
1322
|
+
"description": ""
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "rangePlaceholder",
|
|
1326
|
+
"type": "string",
|
|
1327
|
+
"defaultValue": "Start date - End date",
|
|
1328
|
+
"required": false,
|
|
1329
|
+
"description": ""
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "error",
|
|
1333
|
+
"type": "boolean",
|
|
1334
|
+
"defaultValue": "false",
|
|
1335
|
+
"required": false,
|
|
1336
|
+
"description": ""
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "displayValue",
|
|
1340
|
+
"type": "ReactNode",
|
|
1341
|
+
"required": false,
|
|
1342
|
+
"description": ""
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "rangeSeparator",
|
|
1346
|
+
"type": "string",
|
|
1347
|
+
"defaultValue": "-",
|
|
1348
|
+
"required": false,
|
|
1349
|
+
"description": ""
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "editable",
|
|
1353
|
+
"type": "boolean",
|
|
1354
|
+
"defaultValue": "true",
|
|
1355
|
+
"required": false,
|
|
1356
|
+
"description": "When false, shows a read-only value instead of an editable input. Default true."
|
|
1357
|
+
}
|
|
1358
|
+
]
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"displayName": "DatePickerContent",
|
|
1362
|
+
"description": "",
|
|
1363
|
+
"props": [
|
|
1364
|
+
{
|
|
1365
|
+
"name": "asChild",
|
|
1366
|
+
"type": "boolean",
|
|
1367
|
+
"required": false,
|
|
1368
|
+
"description": ""
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"name": "portalled",
|
|
1372
|
+
"type": "boolean",
|
|
1373
|
+
"defaultValue": "true",
|
|
1374
|
+
"required": false,
|
|
1375
|
+
"description": ""
|
|
1376
|
+
}
|
|
1377
|
+
]
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"displayName": "DatePickerCalendar",
|
|
1381
|
+
"description": "",
|
|
1382
|
+
"props": [
|
|
1383
|
+
{
|
|
1384
|
+
"name": "className",
|
|
1385
|
+
"type": "string",
|
|
1386
|
+
"required": false,
|
|
1387
|
+
"description": ""
|
|
1388
|
+
}
|
|
1389
|
+
]
|
|
1390
|
+
}
|
|
586
1391
|
]
|
|
587
1392
|
},
|
|
588
1393
|
"TimePickerField": {
|
|
@@ -591,7 +1396,11 @@
|
|
|
591
1396
|
"props": [
|
|
592
1397
|
{
|
|
593
1398
|
"name": "size",
|
|
594
|
-
"type": "
|
|
1399
|
+
"type": "\"regular\" | \"big\"",
|
|
1400
|
+
"values": [
|
|
1401
|
+
"regular",
|
|
1402
|
+
"big"
|
|
1403
|
+
],
|
|
595
1404
|
"defaultValue": "regular",
|
|
596
1405
|
"required": false,
|
|
597
1406
|
"description": ""
|
|
@@ -671,6 +1480,186 @@
|
|
|
671
1480
|
"required": false,
|
|
672
1481
|
"description": ""
|
|
673
1482
|
}
|
|
1483
|
+
],
|
|
1484
|
+
"parts": [
|
|
1485
|
+
{
|
|
1486
|
+
"displayName": "TimePicker",
|
|
1487
|
+
"description": "",
|
|
1488
|
+
"props": [
|
|
1489
|
+
{
|
|
1490
|
+
"name": "value",
|
|
1491
|
+
"type": "TimePickerValue",
|
|
1492
|
+
"required": false,
|
|
1493
|
+
"description": ""
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"name": "defaultValue",
|
|
1497
|
+
"type": "TimePickerValue",
|
|
1498
|
+
"defaultValue": "{ hours: 17, minutes: 0 }",
|
|
1499
|
+
"required": false,
|
|
1500
|
+
"description": ""
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"name": "onValueChange",
|
|
1504
|
+
"type": "(value: TimePickerValue) => void",
|
|
1505
|
+
"required": false,
|
|
1506
|
+
"description": ""
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"name": "open",
|
|
1510
|
+
"type": "boolean",
|
|
1511
|
+
"required": false,
|
|
1512
|
+
"description": ""
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "defaultOpen",
|
|
1516
|
+
"type": "boolean",
|
|
1517
|
+
"defaultValue": "false",
|
|
1518
|
+
"required": false,
|
|
1519
|
+
"description": ""
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"name": "onOpenChange",
|
|
1523
|
+
"type": "(open: boolean) => void",
|
|
1524
|
+
"required": false,
|
|
1525
|
+
"description": ""
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"name": "disabled",
|
|
1529
|
+
"type": "boolean",
|
|
1530
|
+
"defaultValue": "false",
|
|
1531
|
+
"required": false,
|
|
1532
|
+
"description": ""
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "size",
|
|
1536
|
+
"type": "\"regular\" | \"big\"",
|
|
1537
|
+
"values": [
|
|
1538
|
+
"regular",
|
|
1539
|
+
"big"
|
|
1540
|
+
],
|
|
1541
|
+
"defaultValue": "regular",
|
|
1542
|
+
"required": false,
|
|
1543
|
+
"description": ""
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"name": "className",
|
|
1547
|
+
"type": "string",
|
|
1548
|
+
"required": false,
|
|
1549
|
+
"description": ""
|
|
1550
|
+
}
|
|
1551
|
+
]
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"displayName": "TimePickerTrigger",
|
|
1555
|
+
"description": "",
|
|
1556
|
+
"props": [
|
|
1557
|
+
{
|
|
1558
|
+
"name": "size",
|
|
1559
|
+
"type": "\"regular\" | \"big\"",
|
|
1560
|
+
"values": [
|
|
1561
|
+
"regular",
|
|
1562
|
+
"big"
|
|
1563
|
+
],
|
|
1564
|
+
"required": false,
|
|
1565
|
+
"description": ""
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "allRound",
|
|
1569
|
+
"type": "boolean",
|
|
1570
|
+
"defaultValue": "false",
|
|
1571
|
+
"required": false,
|
|
1572
|
+
"description": ""
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"name": "leftIcon",
|
|
1576
|
+
"type": "ReactNode",
|
|
1577
|
+
"required": false,
|
|
1578
|
+
"description": ""
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "rightIcon",
|
|
1582
|
+
"type": "ReactNode",
|
|
1583
|
+
"required": false,
|
|
1584
|
+
"description": ""
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"name": "placeholder",
|
|
1588
|
+
"type": "string",
|
|
1589
|
+
"defaultValue": "HH:mm",
|
|
1590
|
+
"required": false,
|
|
1591
|
+
"description": ""
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"name": "error",
|
|
1595
|
+
"type": "boolean",
|
|
1596
|
+
"defaultValue": "false",
|
|
1597
|
+
"required": false,
|
|
1598
|
+
"description": ""
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"name": "displayValue",
|
|
1602
|
+
"type": "string",
|
|
1603
|
+
"required": false,
|
|
1604
|
+
"description": ""
|
|
1605
|
+
}
|
|
1606
|
+
]
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"displayName": "TimePickerContent",
|
|
1610
|
+
"description": "",
|
|
1611
|
+
"props": [
|
|
1612
|
+
{
|
|
1613
|
+
"name": "asChild",
|
|
1614
|
+
"type": "boolean",
|
|
1615
|
+
"required": false,
|
|
1616
|
+
"description": ""
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "portalled",
|
|
1620
|
+
"type": "boolean",
|
|
1621
|
+
"defaultValue": "true",
|
|
1622
|
+
"required": false,
|
|
1623
|
+
"description": ""
|
|
1624
|
+
}
|
|
1625
|
+
]
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"displayName": "TimePickerPanel",
|
|
1629
|
+
"description": "",
|
|
1630
|
+
"props": [
|
|
1631
|
+
{
|
|
1632
|
+
"name": "className",
|
|
1633
|
+
"type": "string",
|
|
1634
|
+
"required": false,
|
|
1635
|
+
"description": ""
|
|
1636
|
+
}
|
|
1637
|
+
]
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"displayName": "TimePickerWheels",
|
|
1641
|
+
"description": "",
|
|
1642
|
+
"props": [
|
|
1643
|
+
{
|
|
1644
|
+
"name": "value",
|
|
1645
|
+
"type": "TimePickerWheelsValue",
|
|
1646
|
+
"required": true,
|
|
1647
|
+
"description": ""
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"name": "onChange",
|
|
1651
|
+
"type": "(value: TimePickerWheelsValue) => void",
|
|
1652
|
+
"required": true,
|
|
1653
|
+
"description": ""
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"name": "className",
|
|
1657
|
+
"type": "string",
|
|
1658
|
+
"required": false,
|
|
1659
|
+
"description": ""
|
|
1660
|
+
}
|
|
1661
|
+
]
|
|
1662
|
+
}
|
|
674
1663
|
]
|
|
675
1664
|
},
|
|
676
1665
|
"Switch": {
|
|
@@ -685,7 +1674,11 @@
|
|
|
685
1674
|
},
|
|
686
1675
|
{
|
|
687
1676
|
"name": "size",
|
|
688
|
-
"type": "
|
|
1677
|
+
"type": "\"small\" | \"regular\"",
|
|
1678
|
+
"values": [
|
|
1679
|
+
"small",
|
|
1680
|
+
"regular"
|
|
1681
|
+
],
|
|
689
1682
|
"defaultValue": "regular",
|
|
690
1683
|
"required": false,
|
|
691
1684
|
"description": ""
|
|
@@ -698,14 +1691,22 @@
|
|
|
698
1691
|
"props": [
|
|
699
1692
|
{
|
|
700
1693
|
"name": "level",
|
|
701
|
-
"type": "
|
|
1694
|
+
"type": "\"caption\" | \"text\"",
|
|
1695
|
+
"values": [
|
|
1696
|
+
"caption",
|
|
1697
|
+
"text"
|
|
1698
|
+
],
|
|
702
1699
|
"defaultValue": "caption",
|
|
703
1700
|
"required": false,
|
|
704
1701
|
"description": ""
|
|
705
1702
|
},
|
|
706
1703
|
{
|
|
707
1704
|
"name": "mode",
|
|
708
|
-
"type": "
|
|
1705
|
+
"type": "\"noBackground\" | \"noBackgroundCustom\"",
|
|
1706
|
+
"values": [
|
|
1707
|
+
"noBackground",
|
|
1708
|
+
"noBackgroundCustom"
|
|
1709
|
+
],
|
|
709
1710
|
"defaultValue": "noBackground",
|
|
710
1711
|
"required": false,
|
|
711
1712
|
"description": ""
|
|
@@ -749,7 +1750,11 @@
|
|
|
749
1750
|
"props": [
|
|
750
1751
|
{
|
|
751
1752
|
"name": "size",
|
|
752
|
-
"type": "
|
|
1753
|
+
"type": "\"regular\" | \"big\"",
|
|
1754
|
+
"values": [
|
|
1755
|
+
"regular",
|
|
1756
|
+
"big"
|
|
1757
|
+
],
|
|
753
1758
|
"defaultValue": "regular",
|
|
754
1759
|
"required": false,
|
|
755
1760
|
"description": "Figma `Size`"
|
|
@@ -798,6 +1803,56 @@
|
|
|
798
1803
|
"required": false,
|
|
799
1804
|
"description": "Figma Checkbox `Round`"
|
|
800
1805
|
}
|
|
1806
|
+
],
|
|
1807
|
+
"parts": [
|
|
1808
|
+
{
|
|
1809
|
+
"displayName": "CheckboxGroup",
|
|
1810
|
+
"description": "",
|
|
1811
|
+
"props": [
|
|
1812
|
+
{
|
|
1813
|
+
"name": "direction",
|
|
1814
|
+
"type": "\"vertical\" | \"horizontal\"",
|
|
1815
|
+
"values": [
|
|
1816
|
+
"vertical",
|
|
1817
|
+
"horizontal"
|
|
1818
|
+
],
|
|
1819
|
+
"defaultValue": "vertical",
|
|
1820
|
+
"required": false,
|
|
1821
|
+
"description": "Figma Checkbox Input Group `Direction`"
|
|
1822
|
+
}
|
|
1823
|
+
]
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"displayName": "CheckboxInput",
|
|
1827
|
+
"description": "",
|
|
1828
|
+
"props": [
|
|
1829
|
+
{
|
|
1830
|
+
"name": "asChild",
|
|
1831
|
+
"type": "boolean",
|
|
1832
|
+
"required": false,
|
|
1833
|
+
"description": ""
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "round",
|
|
1837
|
+
"type": "boolean",
|
|
1838
|
+
"defaultValue": "false",
|
|
1839
|
+
"required": false,
|
|
1840
|
+
"description": "Figma Checkbox `Round`"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"name": "description",
|
|
1844
|
+
"type": "ReactNode",
|
|
1845
|
+
"required": false,
|
|
1846
|
+
"description": "Figma Typeface caption line"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"name": "icon",
|
|
1850
|
+
"type": "ReactNode",
|
|
1851
|
+
"required": false,
|
|
1852
|
+
"description": ""
|
|
1853
|
+
}
|
|
1854
|
+
]
|
|
1855
|
+
}
|
|
801
1856
|
]
|
|
802
1857
|
},
|
|
803
1858
|
"RadioGroup": {
|
|
@@ -812,11 +1867,64 @@
|
|
|
812
1867
|
},
|
|
813
1868
|
{
|
|
814
1869
|
"name": "direction",
|
|
815
|
-
"type": "
|
|
1870
|
+
"type": "\"vertical\" | \"horizontal\"",
|
|
1871
|
+
"values": [
|
|
1872
|
+
"vertical",
|
|
1873
|
+
"horizontal"
|
|
1874
|
+
],
|
|
816
1875
|
"defaultValue": "vertical",
|
|
817
1876
|
"required": false,
|
|
818
1877
|
"description": "Figma Radio Input Group `Direction`"
|
|
819
1878
|
}
|
|
1879
|
+
],
|
|
1880
|
+
"parts": [
|
|
1881
|
+
{
|
|
1882
|
+
"displayName": "RadioGroupItem",
|
|
1883
|
+
"description": "",
|
|
1884
|
+
"props": [
|
|
1885
|
+
{
|
|
1886
|
+
"name": "asChild",
|
|
1887
|
+
"type": "boolean",
|
|
1888
|
+
"required": false,
|
|
1889
|
+
"description": ""
|
|
1890
|
+
}
|
|
1891
|
+
]
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"displayName": "RadioInput",
|
|
1895
|
+
"description": "",
|
|
1896
|
+
"props": [
|
|
1897
|
+
{
|
|
1898
|
+
"name": "asChild",
|
|
1899
|
+
"type": "boolean",
|
|
1900
|
+
"required": false,
|
|
1901
|
+
"description": ""
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "description",
|
|
1905
|
+
"type": "ReactNode",
|
|
1906
|
+
"required": false,
|
|
1907
|
+
"description": "Figma Typeface caption line"
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"name": "icon",
|
|
1911
|
+
"type": "ReactNode",
|
|
1912
|
+
"required": false,
|
|
1913
|
+
"description": ""
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "variant",
|
|
1917
|
+
"type": "\"normal\" | \"card\"",
|
|
1918
|
+
"values": [
|
|
1919
|
+
"normal",
|
|
1920
|
+
"card"
|
|
1921
|
+
],
|
|
1922
|
+
"defaultValue": "normal",
|
|
1923
|
+
"required": false,
|
|
1924
|
+
"description": "Figma Radio Input `Style`"
|
|
1925
|
+
}
|
|
1926
|
+
]
|
|
1927
|
+
}
|
|
820
1928
|
]
|
|
821
1929
|
},
|
|
822
1930
|
"CascaderField": {
|
|
@@ -850,7 +1958,11 @@
|
|
|
850
1958
|
},
|
|
851
1959
|
{
|
|
852
1960
|
"name": "size",
|
|
853
|
-
"type": "
|
|
1961
|
+
"type": "\"big\" | \"regular\"",
|
|
1962
|
+
"values": [
|
|
1963
|
+
"big",
|
|
1964
|
+
"regular"
|
|
1965
|
+
],
|
|
854
1966
|
"defaultValue": "regular",
|
|
855
1967
|
"required": false,
|
|
856
1968
|
"description": ""
|
|
@@ -955,6 +2067,379 @@
|
|
|
955
2067
|
"required": false,
|
|
956
2068
|
"description": ""
|
|
957
2069
|
}
|
|
2070
|
+
],
|
|
2071
|
+
"parts": [
|
|
2072
|
+
{
|
|
2073
|
+
"displayName": "Cascader",
|
|
2074
|
+
"description": "Radix Popover closes on `window` blur (e.g. focusing DevTools). Suppress only\nblur-initiated closes; pointer-down (outside click, item select, trigger toggle)\nand Escape must still dismiss on the first interaction.",
|
|
2075
|
+
"props": [
|
|
2076
|
+
{
|
|
2077
|
+
"name": "options",
|
|
2078
|
+
"type": "CascaderOption[]",
|
|
2079
|
+
"defaultValue": "[]",
|
|
2080
|
+
"required": false,
|
|
2081
|
+
"description": ""
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"name": "value",
|
|
2085
|
+
"type": "string[]",
|
|
2086
|
+
"required": false,
|
|
2087
|
+
"description": ""
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"name": "defaultValue",
|
|
2091
|
+
"type": "string[]",
|
|
2092
|
+
"required": false,
|
|
2093
|
+
"description": ""
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"name": "onValueChange",
|
|
2097
|
+
"type": "(value: string[], selectedOptions: CascaderOption[]) => void",
|
|
2098
|
+
"required": false,
|
|
2099
|
+
"description": ""
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"name": "open",
|
|
2103
|
+
"type": "boolean",
|
|
2104
|
+
"required": false,
|
|
2105
|
+
"description": ""
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"name": "defaultOpen",
|
|
2109
|
+
"type": "boolean",
|
|
2110
|
+
"defaultValue": "false",
|
|
2111
|
+
"required": false,
|
|
2112
|
+
"description": ""
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"name": "onOpenChange",
|
|
2116
|
+
"type": "(open: boolean) => void",
|
|
2117
|
+
"required": false,
|
|
2118
|
+
"description": ""
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"name": "disabled",
|
|
2122
|
+
"type": "boolean",
|
|
2123
|
+
"defaultValue": "false",
|
|
2124
|
+
"required": false,
|
|
2125
|
+
"description": ""
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"name": "size",
|
|
2129
|
+
"type": "\"big\" | \"regular\"",
|
|
2130
|
+
"values": [
|
|
2131
|
+
"big",
|
|
2132
|
+
"regular"
|
|
2133
|
+
],
|
|
2134
|
+
"defaultValue": "regular",
|
|
2135
|
+
"required": false,
|
|
2136
|
+
"description": ""
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "changeOnSelect",
|
|
2140
|
+
"type": "boolean",
|
|
2141
|
+
"defaultValue": "true",
|
|
2142
|
+
"required": false,
|
|
2143
|
+
"description": "Select parent nodes — Figma allows any-level selection (default true)."
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"name": "className",
|
|
2147
|
+
"type": "string",
|
|
2148
|
+
"required": false,
|
|
2149
|
+
"description": ""
|
|
2150
|
+
}
|
|
2151
|
+
]
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"displayName": "CascaderTrigger",
|
|
2155
|
+
"description": "",
|
|
2156
|
+
"props": [
|
|
2157
|
+
{
|
|
2158
|
+
"name": "asChild",
|
|
2159
|
+
"type": "boolean",
|
|
2160
|
+
"required": false,
|
|
2161
|
+
"description": ""
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "size",
|
|
2165
|
+
"type": "\"big\" | \"regular\"",
|
|
2166
|
+
"values": [
|
|
2167
|
+
"big",
|
|
2168
|
+
"regular"
|
|
2169
|
+
],
|
|
2170
|
+
"required": false,
|
|
2171
|
+
"description": ""
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"name": "allRound",
|
|
2175
|
+
"type": "boolean",
|
|
2176
|
+
"defaultValue": "false",
|
|
2177
|
+
"required": false,
|
|
2178
|
+
"description": ""
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"name": "leftIcon",
|
|
2182
|
+
"type": "ReactNode",
|
|
2183
|
+
"required": false,
|
|
2184
|
+
"description": ""
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"name": "rightIcon",
|
|
2188
|
+
"type": "ReactNode",
|
|
2189
|
+
"required": false,
|
|
2190
|
+
"description": ""
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"name": "expandIcon",
|
|
2194
|
+
"type": "ReactNode",
|
|
2195
|
+
"required": false,
|
|
2196
|
+
"description": ""
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "placeholder",
|
|
2200
|
+
"type": "string",
|
|
2201
|
+
"defaultValue": "Text",
|
|
2202
|
+
"required": false,
|
|
2203
|
+
"description": ""
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"name": "error",
|
|
2207
|
+
"type": "boolean",
|
|
2208
|
+
"defaultValue": "false",
|
|
2209
|
+
"required": false,
|
|
2210
|
+
"description": ""
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"name": "displayValue",
|
|
2214
|
+
"type": "ReactNode",
|
|
2215
|
+
"required": false,
|
|
2216
|
+
"description": "Override display when using manual composition without `options`."
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"name": "separator",
|
|
2220
|
+
"type": "string",
|
|
2221
|
+
"defaultValue": "/",
|
|
2222
|
+
"required": false,
|
|
2223
|
+
"description": ""
|
|
2224
|
+
}
|
|
2225
|
+
]
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"displayName": "CascaderContent",
|
|
2229
|
+
"description": "",
|
|
2230
|
+
"props": [
|
|
2231
|
+
{
|
|
2232
|
+
"name": "asChild",
|
|
2233
|
+
"type": "boolean",
|
|
2234
|
+
"required": false,
|
|
2235
|
+
"description": ""
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"name": "portalled",
|
|
2239
|
+
"type": "boolean",
|
|
2240
|
+
"defaultValue": "true",
|
|
2241
|
+
"required": false,
|
|
2242
|
+
"description": ""
|
|
2243
|
+
}
|
|
2244
|
+
]
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"displayName": "CascaderMenu",
|
|
2248
|
+
"description": "Figma Cascader Menu — horizontal column container (`348:13915`).",
|
|
2249
|
+
"props": [
|
|
2250
|
+
{
|
|
2251
|
+
"name": "className",
|
|
2252
|
+
"type": "string",
|
|
2253
|
+
"required": false,
|
|
2254
|
+
"description": ""
|
|
2255
|
+
}
|
|
2256
|
+
]
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"displayName": "CascaderColumn",
|
|
2260
|
+
"description": "Figma Cascader Menu Item Group Group — single cascade column (`345:20543`).",
|
|
2261
|
+
"props": [
|
|
2262
|
+
{
|
|
2263
|
+
"name": "className",
|
|
2264
|
+
"type": "string",
|
|
2265
|
+
"required": false,
|
|
2266
|
+
"description": ""
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"name": "animateEnter",
|
|
2270
|
+
"type": "boolean",
|
|
2271
|
+
"required": false,
|
|
2272
|
+
"description": "Slide + fade in when a new cascade column appears (options-driven menus set this automatically)."
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "animateExit",
|
|
2276
|
+
"type": "boolean",
|
|
2277
|
+
"required": false,
|
|
2278
|
+
"description": "Slide + fade out before unmount when a cascade column is removed (options-driven menus set this automatically)."
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"name": "exitLayout",
|
|
2282
|
+
"type": "{ left: number; width: number; }",
|
|
2283
|
+
"required": false,
|
|
2284
|
+
"description": "Frozen layout slot for exit overlay columns (keeps flex width stable while animating out)."
|
|
2285
|
+
}
|
|
2286
|
+
]
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"displayName": "CascaderItem",
|
|
2290
|
+
"description": "Figma Cascader Menu Item (`345:12487`).",
|
|
2291
|
+
"props": [
|
|
2292
|
+
{
|
|
2293
|
+
"name": "value",
|
|
2294
|
+
"type": "string",
|
|
2295
|
+
"required": true,
|
|
2296
|
+
"description": ""
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"name": "pathPrefix",
|
|
2300
|
+
"type": "string[]",
|
|
2301
|
+
"defaultValue": "[]",
|
|
2302
|
+
"required": false,
|
|
2303
|
+
"description": ""
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"name": "itemFunction",
|
|
2307
|
+
"type": "\"search\" | \"checkbox\" | \"radio\" | \"simple\" | \"form-checkbox\" | \"form-radio\" | \"custom\"",
|
|
2308
|
+
"values": [
|
|
2309
|
+
"search",
|
|
2310
|
+
"checkbox",
|
|
2311
|
+
"radio",
|
|
2312
|
+
"simple",
|
|
2313
|
+
"form-checkbox",
|
|
2314
|
+
"form-radio",
|
|
2315
|
+
"custom"
|
|
2316
|
+
],
|
|
2317
|
+
"defaultValue": "simple",
|
|
2318
|
+
"required": false,
|
|
2319
|
+
"description": ""
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
"name": "layout",
|
|
2323
|
+
"type": "\"title\" | \"custom\" | \"default\"",
|
|
2324
|
+
"values": [
|
|
2325
|
+
"title",
|
|
2326
|
+
"custom",
|
|
2327
|
+
"default"
|
|
2328
|
+
],
|
|
2329
|
+
"defaultValue": "default",
|
|
2330
|
+
"required": false,
|
|
2331
|
+
"description": ""
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"name": "leftIcon",
|
|
2335
|
+
"type": "ReactNode",
|
|
2336
|
+
"required": false,
|
|
2337
|
+
"description": ""
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"name": "showLeftIcon",
|
|
2341
|
+
"type": "boolean",
|
|
2342
|
+
"defaultValue": "false",
|
|
2343
|
+
"required": false,
|
|
2344
|
+
"description": ""
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"name": "rightIcon",
|
|
2348
|
+
"type": "ReactNode",
|
|
2349
|
+
"required": false,
|
|
2350
|
+
"description": ""
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "showRightIcon",
|
|
2354
|
+
"type": "boolean",
|
|
2355
|
+
"defaultValue": "false",
|
|
2356
|
+
"required": false,
|
|
2357
|
+
"description": ""
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"name": "badge",
|
|
2361
|
+
"type": "ReactNode",
|
|
2362
|
+
"required": false,
|
|
2363
|
+
"description": ""
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"name": "showBadge",
|
|
2367
|
+
"type": "boolean",
|
|
2368
|
+
"defaultValue": "false",
|
|
2369
|
+
"required": false,
|
|
2370
|
+
"description": ""
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"name": "showFunctionIcon",
|
|
2374
|
+
"type": "boolean",
|
|
2375
|
+
"defaultValue": "true",
|
|
2376
|
+
"required": false,
|
|
2377
|
+
"description": ""
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"name": "icon",
|
|
2381
|
+
"type": "ReactNode",
|
|
2382
|
+
"required": false,
|
|
2383
|
+
"description": ""
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"name": "disabled",
|
|
2387
|
+
"type": "boolean",
|
|
2388
|
+
"defaultValue": "false",
|
|
2389
|
+
"required": false,
|
|
2390
|
+
"description": ""
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"name": "className",
|
|
2394
|
+
"type": "string",
|
|
2395
|
+
"required": false,
|
|
2396
|
+
"description": ""
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"name": "hasChildren",
|
|
2400
|
+
"type": "boolean",
|
|
2401
|
+
"required": false,
|
|
2402
|
+
"description": ""
|
|
2403
|
+
}
|
|
2404
|
+
]
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"displayName": "CascaderItemGroup",
|
|
2408
|
+
"description": "Figma Cascader Menu Item Group (`345:16552`).",
|
|
2409
|
+
"props": [
|
|
2410
|
+
{
|
|
2411
|
+
"name": "label",
|
|
2412
|
+
"type": "ReactNode",
|
|
2413
|
+
"required": false,
|
|
2414
|
+
"description": ""
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"name": "showDivider",
|
|
2418
|
+
"type": "boolean",
|
|
2419
|
+
"defaultValue": "true",
|
|
2420
|
+
"required": false,
|
|
2421
|
+
"description": ""
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "className",
|
|
2425
|
+
"type": "string",
|
|
2426
|
+
"required": false,
|
|
2427
|
+
"description": ""
|
|
2428
|
+
}
|
|
2429
|
+
]
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"displayName": "CascaderOptionsMenu",
|
|
2433
|
+
"description": "Renders cascade columns from `Cascader` `options` prop.",
|
|
2434
|
+
"props": [
|
|
2435
|
+
{
|
|
2436
|
+
"name": "className",
|
|
2437
|
+
"type": "string",
|
|
2438
|
+
"required": false,
|
|
2439
|
+
"description": ""
|
|
2440
|
+
}
|
|
2441
|
+
]
|
|
2442
|
+
}
|
|
958
2443
|
]
|
|
959
2444
|
},
|
|
960
2445
|
"ColorPicker": {
|
|
@@ -981,13 +2466,23 @@
|
|
|
981
2466
|
},
|
|
982
2467
|
{
|
|
983
2468
|
"name": "format",
|
|
984
|
-
"type": "
|
|
2469
|
+
"type": "\"hex\" | \"rgb\" | \"hsl\"",
|
|
2470
|
+
"values": [
|
|
2471
|
+
"hex",
|
|
2472
|
+
"rgb",
|
|
2473
|
+
"hsl"
|
|
2474
|
+
],
|
|
985
2475
|
"required": false,
|
|
986
2476
|
"description": ""
|
|
987
2477
|
},
|
|
988
2478
|
{
|
|
989
2479
|
"name": "defaultFormat",
|
|
990
|
-
"type": "
|
|
2480
|
+
"type": "\"hex\" | \"rgb\" | \"hsl\"",
|
|
2481
|
+
"values": [
|
|
2482
|
+
"hex",
|
|
2483
|
+
"rgb",
|
|
2484
|
+
"hsl"
|
|
2485
|
+
],
|
|
991
2486
|
"required": false,
|
|
992
2487
|
"description": ""
|
|
993
2488
|
},
|
|
@@ -1047,6 +2542,365 @@
|
|
|
1047
2542
|
"required": false,
|
|
1048
2543
|
"description": ""
|
|
1049
2544
|
}
|
|
2545
|
+
],
|
|
2546
|
+
"parts": [
|
|
2547
|
+
{
|
|
2548
|
+
"displayName": "ColorPickerTrigger",
|
|
2549
|
+
"description": "",
|
|
2550
|
+
"props": [
|
|
2551
|
+
{
|
|
2552
|
+
"name": "asChild",
|
|
2553
|
+
"type": "boolean",
|
|
2554
|
+
"required": false,
|
|
2555
|
+
"description": ""
|
|
2556
|
+
},
|
|
2557
|
+
{
|
|
2558
|
+
"name": "size",
|
|
2559
|
+
"type": "\"big\" | \"regular\"",
|
|
2560
|
+
"values": [
|
|
2561
|
+
"big",
|
|
2562
|
+
"regular"
|
|
2563
|
+
],
|
|
2564
|
+
"defaultValue": "regular",
|
|
2565
|
+
"required": false,
|
|
2566
|
+
"description": ""
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"name": "allRound",
|
|
2570
|
+
"type": "boolean",
|
|
2571
|
+
"defaultValue": "false",
|
|
2572
|
+
"required": false,
|
|
2573
|
+
"description": ""
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "placeholder",
|
|
2577
|
+
"type": "string",
|
|
2578
|
+
"defaultValue": "Select color",
|
|
2579
|
+
"required": false,
|
|
2580
|
+
"description": ""
|
|
2581
|
+
}
|
|
2582
|
+
]
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"displayName": "ColorPickerContent",
|
|
2586
|
+
"description": "",
|
|
2587
|
+
"props": [
|
|
2588
|
+
{
|
|
2589
|
+
"name": "asChild",
|
|
2590
|
+
"type": "boolean",
|
|
2591
|
+
"required": false,
|
|
2592
|
+
"description": ""
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"name": "showEyedropper",
|
|
2596
|
+
"type": "boolean",
|
|
2597
|
+
"defaultValue": "true",
|
|
2598
|
+
"required": false,
|
|
2599
|
+
"description": ""
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"name": "showPresets",
|
|
2603
|
+
"type": "boolean",
|
|
2604
|
+
"defaultValue": "true",
|
|
2605
|
+
"required": false,
|
|
2606
|
+
"description": ""
|
|
2607
|
+
}
|
|
2608
|
+
]
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"displayName": "ColorPickerPanel",
|
|
2612
|
+
"description": "",
|
|
2613
|
+
"props": [
|
|
2614
|
+
{
|
|
2615
|
+
"name": "value",
|
|
2616
|
+
"type": "string",
|
|
2617
|
+
"required": false,
|
|
2618
|
+
"description": ""
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"name": "defaultValue",
|
|
2622
|
+
"type": "string",
|
|
2623
|
+
"required": false,
|
|
2624
|
+
"description": ""
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"name": "onChange",
|
|
2628
|
+
"type": "(value: string, meta?: ColorPickerChangeMeta) => void",
|
|
2629
|
+
"required": false,
|
|
2630
|
+
"description": ""
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"name": "format",
|
|
2634
|
+
"type": "\"hex\" | \"rgb\" | \"hsl\"",
|
|
2635
|
+
"values": [
|
|
2636
|
+
"hex",
|
|
2637
|
+
"rgb",
|
|
2638
|
+
"hsl"
|
|
2639
|
+
],
|
|
2640
|
+
"required": false,
|
|
2641
|
+
"description": ""
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "defaultFormat",
|
|
2645
|
+
"type": "\"hex\" | \"rgb\" | \"hsl\"",
|
|
2646
|
+
"values": [
|
|
2647
|
+
"hex",
|
|
2648
|
+
"rgb",
|
|
2649
|
+
"hsl"
|
|
2650
|
+
],
|
|
2651
|
+
"required": false,
|
|
2652
|
+
"description": ""
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"name": "onFormatChange",
|
|
2656
|
+
"type": "(format: ColorFormat) => void",
|
|
2657
|
+
"required": false,
|
|
2658
|
+
"description": ""
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"name": "className",
|
|
2662
|
+
"type": "string",
|
|
2663
|
+
"required": false,
|
|
2664
|
+
"description": ""
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "disabled",
|
|
2668
|
+
"type": "boolean",
|
|
2669
|
+
"required": false,
|
|
2670
|
+
"description": ""
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"name": "presets",
|
|
2674
|
+
"type": "string[]",
|
|
2675
|
+
"required": false,
|
|
2676
|
+
"description": ""
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"name": "onPresetsChange",
|
|
2680
|
+
"type": "(presets: string[]) => void",
|
|
2681
|
+
"required": false,
|
|
2682
|
+
"description": ""
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"name": "maxPresets",
|
|
2686
|
+
"type": "number",
|
|
2687
|
+
"defaultValue": "8",
|
|
2688
|
+
"required": false,
|
|
2689
|
+
"description": ""
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"name": "showEyedropper",
|
|
2693
|
+
"type": "boolean",
|
|
2694
|
+
"defaultValue": "true",
|
|
2695
|
+
"required": false,
|
|
2696
|
+
"description": ""
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "showPresets",
|
|
2700
|
+
"type": "boolean",
|
|
2701
|
+
"defaultValue": "true",
|
|
2702
|
+
"required": false,
|
|
2703
|
+
"description": ""
|
|
2704
|
+
}
|
|
2705
|
+
]
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"displayName": "ColorPickButton",
|
|
2709
|
+
"description": "",
|
|
2710
|
+
"props": [
|
|
2711
|
+
{
|
|
2712
|
+
"name": "color",
|
|
2713
|
+
"type": "string",
|
|
2714
|
+
"required": true,
|
|
2715
|
+
"description": ""
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"name": "selected",
|
|
2719
|
+
"type": "boolean",
|
|
2720
|
+
"defaultValue": "false",
|
|
2721
|
+
"required": false,
|
|
2722
|
+
"description": ""
|
|
2723
|
+
}
|
|
2724
|
+
]
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"displayName": "ColorPickerArea",
|
|
2728
|
+
"description": "",
|
|
2729
|
+
"props": [
|
|
2730
|
+
{
|
|
2731
|
+
"name": "className",
|
|
2732
|
+
"type": "string",
|
|
2733
|
+
"required": false,
|
|
2734
|
+
"description": ""
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"name": "disabled",
|
|
2738
|
+
"type": "boolean",
|
|
2739
|
+
"required": false,
|
|
2740
|
+
"description": ""
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"name": "value",
|
|
2744
|
+
"type": "string",
|
|
2745
|
+
"required": false,
|
|
2746
|
+
"description": ""
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "defaultValue",
|
|
2750
|
+
"type": "string",
|
|
2751
|
+
"required": false,
|
|
2752
|
+
"description": ""
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"name": "onChange",
|
|
2756
|
+
"type": "(value: string, meta?: ColorPickerChangeMeta) => void",
|
|
2757
|
+
"required": false,
|
|
2758
|
+
"description": ""
|
|
2759
|
+
}
|
|
2760
|
+
]
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"displayName": "ColorPickerSlider",
|
|
2764
|
+
"description": "",
|
|
2765
|
+
"props": [
|
|
2766
|
+
{
|
|
2767
|
+
"name": "kind",
|
|
2768
|
+
"type": "\"hue\" | \"alpha\"",
|
|
2769
|
+
"values": [
|
|
2770
|
+
"hue",
|
|
2771
|
+
"alpha"
|
|
2772
|
+
],
|
|
2773
|
+
"required": true,
|
|
2774
|
+
"description": ""
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"name": "className",
|
|
2778
|
+
"type": "string",
|
|
2779
|
+
"required": false,
|
|
2780
|
+
"description": ""
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "disabled",
|
|
2784
|
+
"type": "boolean",
|
|
2785
|
+
"required": false,
|
|
2786
|
+
"description": ""
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "value",
|
|
2790
|
+
"type": "string",
|
|
2791
|
+
"required": false,
|
|
2792
|
+
"description": ""
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"name": "defaultValue",
|
|
2796
|
+
"type": "string",
|
|
2797
|
+
"required": false,
|
|
2798
|
+
"description": ""
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"name": "onChange",
|
|
2802
|
+
"type": "(value: string, meta?: ColorPickerChangeMeta) => void",
|
|
2803
|
+
"required": false,
|
|
2804
|
+
"description": ""
|
|
2805
|
+
}
|
|
2806
|
+
]
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"displayName": "ColorPickerInputs",
|
|
2810
|
+
"description": "",
|
|
2811
|
+
"props": [
|
|
2812
|
+
{
|
|
2813
|
+
"name": "className",
|
|
2814
|
+
"type": "string",
|
|
2815
|
+
"required": false,
|
|
2816
|
+
"description": ""
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"name": "disabled",
|
|
2820
|
+
"type": "boolean",
|
|
2821
|
+
"required": false,
|
|
2822
|
+
"description": ""
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"name": "showEyedropper",
|
|
2826
|
+
"type": "boolean",
|
|
2827
|
+
"defaultValue": "true",
|
|
2828
|
+
"required": false,
|
|
2829
|
+
"description": ""
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"name": "value",
|
|
2833
|
+
"type": "string",
|
|
2834
|
+
"required": false,
|
|
2835
|
+
"description": ""
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"name": "defaultValue",
|
|
2839
|
+
"type": "string",
|
|
2840
|
+
"required": false,
|
|
2841
|
+
"description": ""
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"name": "onChange",
|
|
2845
|
+
"type": "(value: string, meta?: ColorPickerChangeMeta) => void",
|
|
2846
|
+
"required": false,
|
|
2847
|
+
"description": ""
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"name": "format",
|
|
2851
|
+
"type": "\"hex\" | \"rgb\" | \"hsl\"",
|
|
2852
|
+
"values": [
|
|
2853
|
+
"hex",
|
|
2854
|
+
"rgb",
|
|
2855
|
+
"hsl"
|
|
2856
|
+
],
|
|
2857
|
+
"required": false,
|
|
2858
|
+
"description": ""
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"name": "onFormatChange",
|
|
2862
|
+
"type": "(format: ColorFormat) => void",
|
|
2863
|
+
"required": false,
|
|
2864
|
+
"description": ""
|
|
2865
|
+
}
|
|
2866
|
+
]
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
"displayName": "ColorPickerPresets",
|
|
2870
|
+
"description": "",
|
|
2871
|
+
"props": [
|
|
2872
|
+
{
|
|
2873
|
+
"name": "className",
|
|
2874
|
+
"type": "string",
|
|
2875
|
+
"required": false,
|
|
2876
|
+
"description": ""
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"name": "presets",
|
|
2880
|
+
"type": "string[]",
|
|
2881
|
+
"required": false,
|
|
2882
|
+
"description": ""
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"name": "onPresetsChange",
|
|
2886
|
+
"type": "(presets: string[]) => void",
|
|
2887
|
+
"required": false,
|
|
2888
|
+
"description": ""
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "maxPresets",
|
|
2892
|
+
"type": "number",
|
|
2893
|
+
"required": false,
|
|
2894
|
+
"description": ""
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"name": "disabled",
|
|
2898
|
+
"type": "boolean",
|
|
2899
|
+
"required": false,
|
|
2900
|
+
"description": ""
|
|
2901
|
+
}
|
|
2902
|
+
]
|
|
2903
|
+
}
|
|
1050
2904
|
]
|
|
1051
2905
|
},
|
|
1052
2906
|
"Navigation": {
|
|
@@ -1055,21 +2909,33 @@
|
|
|
1055
2909
|
"props": [
|
|
1056
2910
|
{
|
|
1057
2911
|
"name": "as",
|
|
1058
|
-
"type": "
|
|
2912
|
+
"type": "\"nav\" | \"div\"",
|
|
2913
|
+
"values": [
|
|
2914
|
+
"nav",
|
|
2915
|
+
"div"
|
|
2916
|
+
],
|
|
1059
2917
|
"defaultValue": "nav",
|
|
1060
2918
|
"required": false,
|
|
1061
2919
|
"description": ""
|
|
1062
2920
|
},
|
|
1063
2921
|
{
|
|
1064
2922
|
"name": "background",
|
|
1065
|
-
"type": "
|
|
2923
|
+
"type": "\"none\" | \"default\"",
|
|
2924
|
+
"values": [
|
|
2925
|
+
"none",
|
|
2926
|
+
"default"
|
|
2927
|
+
],
|
|
1066
2928
|
"defaultValue": "default",
|
|
1067
2929
|
"required": false,
|
|
1068
2930
|
"description": ""
|
|
1069
2931
|
},
|
|
1070
2932
|
{
|
|
1071
2933
|
"name": "direction",
|
|
1072
|
-
"type": "
|
|
2934
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
2935
|
+
"values": [
|
|
2936
|
+
"horizontal",
|
|
2937
|
+
"vertical"
|
|
2938
|
+
],
|
|
1073
2939
|
"defaultValue": "vertical",
|
|
1074
2940
|
"required": false,
|
|
1075
2941
|
"description": ""
|
|
@@ -1081,12 +2947,357 @@
|
|
|
1081
2947
|
"required": false,
|
|
1082
2948
|
"description": "Figma `Dividing line` variant"
|
|
1083
2949
|
}
|
|
2950
|
+
],
|
|
2951
|
+
"parts": [
|
|
2952
|
+
{
|
|
2953
|
+
"displayName": "NavigationBrand",
|
|
2954
|
+
"description": "Figma Navigation Items `Content=Brand` (624:119379)",
|
|
2955
|
+
"props": []
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"displayName": "NavigationBrandTitle",
|
|
2959
|
+
"description": "",
|
|
2960
|
+
"props": [
|
|
2961
|
+
{
|
|
2962
|
+
"name": "asChild",
|
|
2963
|
+
"type": "boolean",
|
|
2964
|
+
"defaultValue": "false",
|
|
2965
|
+
"required": false,
|
|
2966
|
+
"description": ""
|
|
2967
|
+
}
|
|
2968
|
+
]
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"displayName": "NavigationSection",
|
|
2972
|
+
"description": "Section label — docs grouping above tab items",
|
|
2973
|
+
"props": []
|
|
2974
|
+
},
|
|
2975
|
+
{
|
|
2976
|
+
"displayName": "NavigationGroup",
|
|
2977
|
+
"description": "Figma Navigation Tab Items Group (1651:20222)",
|
|
2978
|
+
"props": []
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"displayName": "NavigationItemGroup",
|
|
2982
|
+
"description": "Figma Navigation Vertical Tab Child Items Group (643:127007)",
|
|
2983
|
+
"props": [
|
|
2984
|
+
{
|
|
2985
|
+
"name": "expanded",
|
|
2986
|
+
"type": "boolean",
|
|
2987
|
+
"required": false,
|
|
2988
|
+
"description": "When set, animates expand/collapse. Omit for always-visible groups."
|
|
2989
|
+
}
|
|
2990
|
+
]
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"displayName": "NavigationItem",
|
|
2994
|
+
"description": "Figma Navigation Items `Content=Tab Item` (624:119382, 624:119385, 643:118728)",
|
|
2995
|
+
"props": [
|
|
2996
|
+
{
|
|
2997
|
+
"name": "active",
|
|
2998
|
+
"type": "boolean",
|
|
2999
|
+
"required": false,
|
|
3000
|
+
"description": "Figma `Starting=Active` — also inferred from `aria-current=\"page\"`"
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"name": "leftIcon",
|
|
3004
|
+
"type": "ReactNode",
|
|
3005
|
+
"required": false,
|
|
3006
|
+
"description": ""
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"name": "rightIcon",
|
|
3010
|
+
"type": "ReactNode",
|
|
3011
|
+
"required": false,
|
|
3012
|
+
"description": ""
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"name": "asChild",
|
|
3016
|
+
"type": "boolean",
|
|
3017
|
+
"defaultValue": "false",
|
|
3018
|
+
"required": false,
|
|
3019
|
+
"description": ""
|
|
3020
|
+
}
|
|
3021
|
+
]
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"displayName": "NavigationItemMenu",
|
|
3025
|
+
"description": "",
|
|
3026
|
+
"props": [
|
|
3027
|
+
{
|
|
3028
|
+
"name": "value",
|
|
3029
|
+
"type": "string",
|
|
3030
|
+
"required": false,
|
|
3031
|
+
"description": "Selected child value — similar to Select `value`."
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"name": "defaultValue",
|
|
3035
|
+
"type": "string",
|
|
3036
|
+
"required": false,
|
|
3037
|
+
"description": ""
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"name": "onValueChange",
|
|
3041
|
+
"type": "(value: string) => void",
|
|
3042
|
+
"required": false,
|
|
3043
|
+
"description": ""
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"name": "open",
|
|
3047
|
+
"type": "boolean",
|
|
3048
|
+
"required": false,
|
|
3049
|
+
"description": ""
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"name": "onOpenChange",
|
|
3053
|
+
"type": "(open: boolean) => void",
|
|
3054
|
+
"required": false,
|
|
3055
|
+
"description": ""
|
|
3056
|
+
}
|
|
3057
|
+
]
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"displayName": "NavigationItemMenuTrigger",
|
|
3061
|
+
"description": "Parent item — renders as a Navigation tab item and anchors the flyout.",
|
|
3062
|
+
"props": [
|
|
3063
|
+
{
|
|
3064
|
+
"name": "active",
|
|
3065
|
+
"type": "boolean",
|
|
3066
|
+
"required": false,
|
|
3067
|
+
"description": "Defaults to highlighted when the menu has a selected child."
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "leftIcon",
|
|
3071
|
+
"type": "ReactNode",
|
|
3072
|
+
"required": false,
|
|
3073
|
+
"description": ""
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"name": "rightIcon",
|
|
3077
|
+
"type": "ReactNode",
|
|
3078
|
+
"required": false,
|
|
3079
|
+
"description": ""
|
|
3080
|
+
}
|
|
3081
|
+
]
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"displayName": "NavigationItemMenuContent",
|
|
3085
|
+
"description": "Flyout surface — right of the item in vertical, below it in horizontal.",
|
|
3086
|
+
"props": [
|
|
3087
|
+
{
|
|
3088
|
+
"name": "asChild",
|
|
3089
|
+
"type": "boolean",
|
|
3090
|
+
"defaultValue": "false",
|
|
3091
|
+
"required": false,
|
|
3092
|
+
"description": ""
|
|
3093
|
+
}
|
|
3094
|
+
]
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"displayName": "NavigationItemMenuItem",
|
|
3098
|
+
"description": "Child option — highlighted when selected, no check icon by default.",
|
|
3099
|
+
"props": [
|
|
3100
|
+
{
|
|
3101
|
+
"name": "value",
|
|
3102
|
+
"type": "string",
|
|
3103
|
+
"required": true,
|
|
3104
|
+
"description": ""
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"name": "selected",
|
|
3108
|
+
"type": "boolean",
|
|
3109
|
+
"required": false,
|
|
3110
|
+
"description": "Defaults to highlighted when it matches the menu value."
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"name": "leftIcon",
|
|
3114
|
+
"type": "ReactNode",
|
|
3115
|
+
"required": false,
|
|
3116
|
+
"description": ""
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "rightIcon",
|
|
3120
|
+
"type": "ReactNode",
|
|
3121
|
+
"required": false,
|
|
3122
|
+
"description": ""
|
|
3123
|
+
}
|
|
3124
|
+
]
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"displayName": "NavigationActions",
|
|
3128
|
+
"description": "Figma Navigation Items `Content=Aciton Group` (624:119388)",
|
|
3129
|
+
"props": []
|
|
3130
|
+
}
|
|
1084
3131
|
]
|
|
1085
3132
|
},
|
|
1086
3133
|
"List": {
|
|
1087
3134
|
"displayName": "List",
|
|
1088
3135
|
"description": "Figma Structure Navigation → List root",
|
|
1089
|
-
"props": []
|
|
3136
|
+
"props": [],
|
|
3137
|
+
"parts": [
|
|
3138
|
+
{
|
|
3139
|
+
"displayName": "ListTitle",
|
|
3140
|
+
"description": "Figma List title row — Typography text level",
|
|
3141
|
+
"props": []
|
|
3142
|
+
},
|
|
3143
|
+
{
|
|
3144
|
+
"displayName": "ListGroup",
|
|
3145
|
+
"description": "Figma List card container — rounded white surface for items",
|
|
3146
|
+
"props": []
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"displayName": "ListItem",
|
|
3150
|
+
"description": "Figma Structure Navigation → List item",
|
|
3151
|
+
"props": [
|
|
3152
|
+
{
|
|
3153
|
+
"name": "leading",
|
|
3154
|
+
"type": "\"shaped\" | \"default\" | \"none\"",
|
|
3155
|
+
"values": [
|
|
3156
|
+
"shaped",
|
|
3157
|
+
"default",
|
|
3158
|
+
"none"
|
|
3159
|
+
],
|
|
3160
|
+
"defaultValue": "shaped",
|
|
3161
|
+
"required": false,
|
|
3162
|
+
"description": "Figma `left icon setting` variant"
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"name": "icon",
|
|
3166
|
+
"type": "ReactNode",
|
|
3167
|
+
"required": false,
|
|
3168
|
+
"description": "Leading icon node — defaults to GeneralSetting"
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "title",
|
|
3172
|
+
"type": "ReactNode",
|
|
3173
|
+
"required": true,
|
|
3174
|
+
"description": "Primary line (Typeface text)"
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"name": "subtitle",
|
|
3178
|
+
"type": "ReactNode",
|
|
3179
|
+
"required": false,
|
|
3180
|
+
"description": "Secondary line (Typeface caption)"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"name": "actionLabel",
|
|
3184
|
+
"type": "ReactNode",
|
|
3185
|
+
"defaultValue": "Text",
|
|
3186
|
+
"required": false,
|
|
3187
|
+
"description": "Primary trailing button label"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "action",
|
|
3191
|
+
"type": "ReactNode",
|
|
3192
|
+
"required": false,
|
|
3193
|
+
"description": "Override primary trailing button"
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"name": "secondaryAction",
|
|
3197
|
+
"type": "ReactNode",
|
|
3198
|
+
"required": false,
|
|
3199
|
+
"description": "Secondary icon-only button for `action` type"
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"name": "select",
|
|
3203
|
+
"type": "ReactNode",
|
|
3204
|
+
"required": false,
|
|
3205
|
+
"description": "Trailing select slot for `select` type"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"name": "switchProps",
|
|
3209
|
+
"type": "Omit<SwitchProps, \"size\">",
|
|
3210
|
+
"required": false,
|
|
3211
|
+
"description": "Trailing switch props for `switch` type"
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"name": "trailing",
|
|
3215
|
+
"type": "ReactNode",
|
|
3216
|
+
"required": false,
|
|
3217
|
+
"description": "Fully custom trailing region — overrides type presets.\nPass `null` to hide trailing actions + divider (same as `showTrailing={false}`).\nFor `action` type, the chevron is still shown unless `showChevron={false}`."
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"name": "showTrailing",
|
|
3221
|
+
"type": "boolean",
|
|
3222
|
+
"defaultValue": "true",
|
|
3223
|
+
"required": false,
|
|
3224
|
+
"description": "When false, hide trailing actions and the vertical divider.\n`action` type still shows the chevron unless `showChevron={false}`.\nDefault true."
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"name": "showChevron",
|
|
3228
|
+
"type": "boolean",
|
|
3229
|
+
"required": false,
|
|
3230
|
+
"description": "Show the trailing chevron for `action` type. Default true when `itemType=\"action\"`."
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"name": "showTopDivider",
|
|
3234
|
+
"type": "boolean",
|
|
3235
|
+
"required": false,
|
|
3236
|
+
"description": "Show the top hairline on the content row (between items).\nDefault: auto — hidden for the first child in a `ListGroup`, shown otherwise.\nSet explicitly to force show/hide."
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"name": "selected",
|
|
3240
|
+
"type": "boolean",
|
|
3241
|
+
"defaultValue": "false",
|
|
3242
|
+
"required": false,
|
|
3243
|
+
"description": ""
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"name": "disabled",
|
|
3247
|
+
"type": "boolean",
|
|
3248
|
+
"defaultValue": "false",
|
|
3249
|
+
"required": false,
|
|
3250
|
+
"description": ""
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"name": "interactive",
|
|
3254
|
+
"type": "boolean",
|
|
3255
|
+
"required": false,
|
|
3256
|
+
"description": "Enables hover highlight (auto when `onClick` / `href` is set)"
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"name": "href",
|
|
3260
|
+
"type": "string",
|
|
3261
|
+
"required": false,
|
|
3262
|
+
"description": "Render as a link — navigates when the row is activated"
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"name": "target",
|
|
3266
|
+
"type": "HTMLAttributeAnchorTarget",
|
|
3267
|
+
"required": false,
|
|
3268
|
+
"description": ""
|
|
3269
|
+
}
|
|
3270
|
+
]
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"displayName": "ListItemGroup",
|
|
3274
|
+
"description": "Convenience wrapper — titled list section (Figma List title + card)",
|
|
3275
|
+
"props": [
|
|
3276
|
+
{
|
|
3277
|
+
"name": "label",
|
|
3278
|
+
"type": "ReactNode",
|
|
3279
|
+
"required": false,
|
|
3280
|
+
"description": ""
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"name": "className",
|
|
3284
|
+
"type": "string",
|
|
3285
|
+
"required": false,
|
|
3286
|
+
"description": ""
|
|
3287
|
+
}
|
|
3288
|
+
]
|
|
3289
|
+
},
|
|
3290
|
+
{
|
|
3291
|
+
"displayName": "ListDivider",
|
|
3292
|
+
"description": "Vertical divider between trailing actions (Figma `last` separator)",
|
|
3293
|
+
"props": []
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"displayName": "ListSeparator",
|
|
3297
|
+
"description": "Horizontal separator between list groups",
|
|
3298
|
+
"props": []
|
|
3299
|
+
}
|
|
3300
|
+
]
|
|
1090
3301
|
},
|
|
1091
3302
|
"Typography": {
|
|
1092
3303
|
"displayName": "Typography",
|
|
@@ -1094,14 +3305,27 @@
|
|
|
1094
3305
|
"props": [
|
|
1095
3306
|
{
|
|
1096
3307
|
"name": "level",
|
|
1097
|
-
"type": "
|
|
3308
|
+
"type": "\"display\" | \"headline1\" | \"headline2\" | \"title\" | \"subtitle\" | \"text\" | \"caption\"",
|
|
3309
|
+
"values": [
|
|
3310
|
+
"display",
|
|
3311
|
+
"headline1",
|
|
3312
|
+
"headline2",
|
|
3313
|
+
"title",
|
|
3314
|
+
"subtitle",
|
|
3315
|
+
"text",
|
|
3316
|
+
"caption"
|
|
3317
|
+
],
|
|
1098
3318
|
"defaultValue": "text",
|
|
1099
3319
|
"required": false,
|
|
1100
3320
|
"description": ""
|
|
1101
3321
|
},
|
|
1102
3322
|
{
|
|
1103
3323
|
"name": "tone",
|
|
1104
|
-
"type": "
|
|
3324
|
+
"type": "\"default\" | \"white\"",
|
|
3325
|
+
"values": [
|
|
3326
|
+
"default",
|
|
3327
|
+
"white"
|
|
3328
|
+
],
|
|
1105
3329
|
"defaultValue": "default",
|
|
1106
3330
|
"required": false,
|
|
1107
3331
|
"description": "Figma `White` — light text on dark surfaces"
|
|
@@ -1115,7 +3339,19 @@
|
|
|
1115
3339
|
},
|
|
1116
3340
|
{
|
|
1117
3341
|
"name": "as",
|
|
1118
|
-
"type": "
|
|
3342
|
+
"type": "\"p\" | \"span\" | \"div\" | \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\" | \"label\"",
|
|
3343
|
+
"values": [
|
|
3344
|
+
"p",
|
|
3345
|
+
"span",
|
|
3346
|
+
"div",
|
|
3347
|
+
"h1",
|
|
3348
|
+
"h2",
|
|
3349
|
+
"h3",
|
|
3350
|
+
"h4",
|
|
3351
|
+
"h5",
|
|
3352
|
+
"h6",
|
|
3353
|
+
"label"
|
|
3354
|
+
],
|
|
1119
3355
|
"defaultValue": "span",
|
|
1120
3356
|
"required": false,
|
|
1121
3357
|
"description": ""
|
|
@@ -1128,7 +3364,15 @@
|
|
|
1128
3364
|
"props": [
|
|
1129
3365
|
{
|
|
1130
3366
|
"name": "content",
|
|
1131
|
-
"type": "
|
|
3367
|
+
"type": "\"allCustom\" | \"textCaption\" | \"textCaptionSubtitle\" | \"textTitle\" | \"textHeadline2\" | \"textHeadline1\"",
|
|
3368
|
+
"values": [
|
|
3369
|
+
"allCustom",
|
|
3370
|
+
"textCaption",
|
|
3371
|
+
"textCaptionSubtitle",
|
|
3372
|
+
"textTitle",
|
|
3373
|
+
"textHeadline2",
|
|
3374
|
+
"textHeadline1"
|
|
3375
|
+
],
|
|
1132
3376
|
"defaultValue": "allCustom",
|
|
1133
3377
|
"required": false,
|
|
1134
3378
|
"description": "Figma `Content` preset"
|
|
@@ -1153,32 +3397,124 @@
|
|
|
1153
3397
|
},
|
|
1154
3398
|
{
|
|
1155
3399
|
"name": "primaryContent",
|
|
1156
|
-
"type": "
|
|
3400
|
+
"type": "\"number\" | \"text\"",
|
|
3401
|
+
"values": [
|
|
3402
|
+
"number",
|
|
3403
|
+
"text"
|
|
3404
|
+
],
|
|
1157
3405
|
"defaultValue": "text",
|
|
1158
3406
|
"required": false,
|
|
1159
3407
|
"description": "Per-line content mode for numeric text"
|
|
1160
3408
|
},
|
|
1161
3409
|
{
|
|
1162
3410
|
"name": "secondaryContent",
|
|
1163
|
-
"type": "
|
|
3411
|
+
"type": "\"number\" | \"text\"",
|
|
3412
|
+
"values": [
|
|
3413
|
+
"number",
|
|
3414
|
+
"text"
|
|
3415
|
+
],
|
|
1164
3416
|
"defaultValue": "text",
|
|
1165
3417
|
"required": false,
|
|
1166
3418
|
"description": ""
|
|
1167
3419
|
},
|
|
1168
3420
|
{
|
|
1169
3421
|
"name": "tertiaryContent",
|
|
1170
|
-
"type": "
|
|
3422
|
+
"type": "\"number\" | \"text\"",
|
|
3423
|
+
"values": [
|
|
3424
|
+
"number",
|
|
3425
|
+
"text"
|
|
3426
|
+
],
|
|
1171
3427
|
"defaultValue": "text",
|
|
1172
3428
|
"required": false,
|
|
1173
3429
|
"description": ""
|
|
1174
3430
|
},
|
|
1175
3431
|
{
|
|
1176
3432
|
"name": "tone",
|
|
1177
|
-
"type": "
|
|
3433
|
+
"type": "\"default\" | \"white\"",
|
|
3434
|
+
"values": [
|
|
3435
|
+
"default",
|
|
3436
|
+
"white"
|
|
3437
|
+
],
|
|
1178
3438
|
"defaultValue": "default",
|
|
1179
3439
|
"required": false,
|
|
1180
3440
|
"description": ""
|
|
1181
3441
|
}
|
|
3442
|
+
],
|
|
3443
|
+
"parts": [
|
|
3444
|
+
{
|
|
3445
|
+
"displayName": "TypefacePair",
|
|
3446
|
+
"description": "",
|
|
3447
|
+
"props": [
|
|
3448
|
+
{
|
|
3449
|
+
"name": "primary",
|
|
3450
|
+
"type": "ReactNode",
|
|
3451
|
+
"required": false,
|
|
3452
|
+
"description": "Primary line — overrides preset first line"
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"name": "secondary",
|
|
3456
|
+
"type": "ReactNode",
|
|
3457
|
+
"required": false,
|
|
3458
|
+
"description": "Secondary line — overrides preset second line"
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "tertiary",
|
|
3462
|
+
"type": "ReactNode",
|
|
3463
|
+
"required": false,
|
|
3464
|
+
"description": "Tertiary line — used by `textCaptionSubtitle`"
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"name": "primaryContent",
|
|
3468
|
+
"type": "\"number\" | \"text\"",
|
|
3469
|
+
"values": [
|
|
3470
|
+
"number",
|
|
3471
|
+
"text"
|
|
3472
|
+
],
|
|
3473
|
+
"defaultValue": "text",
|
|
3474
|
+
"required": false,
|
|
3475
|
+
"description": "Per-line content mode for numeric text"
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"name": "secondaryContent",
|
|
3479
|
+
"type": "\"number\" | \"text\"",
|
|
3480
|
+
"values": [
|
|
3481
|
+
"number",
|
|
3482
|
+
"text"
|
|
3483
|
+
],
|
|
3484
|
+
"defaultValue": "text",
|
|
3485
|
+
"required": false,
|
|
3486
|
+
"description": ""
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"name": "tertiaryContent",
|
|
3490
|
+
"type": "\"number\" | \"text\"",
|
|
3491
|
+
"values": [
|
|
3492
|
+
"number",
|
|
3493
|
+
"text"
|
|
3494
|
+
],
|
|
3495
|
+
"defaultValue": "text",
|
|
3496
|
+
"required": false,
|
|
3497
|
+
"description": ""
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"name": "tone",
|
|
3501
|
+
"type": "\"default\" | \"white\"",
|
|
3502
|
+
"values": [
|
|
3503
|
+
"default",
|
|
3504
|
+
"white"
|
|
3505
|
+
],
|
|
3506
|
+
"defaultValue": "default",
|
|
3507
|
+
"required": false,
|
|
3508
|
+
"description": ""
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"name": "description",
|
|
3512
|
+
"type": "ReactNode",
|
|
3513
|
+
"required": false,
|
|
3514
|
+
"description": ""
|
|
3515
|
+
}
|
|
3516
|
+
]
|
|
3517
|
+
}
|
|
1182
3518
|
]
|
|
1183
3519
|
},
|
|
1184
3520
|
"FormField": {
|
|
@@ -1229,7 +3565,11 @@
|
|
|
1229
3565
|
},
|
|
1230
3566
|
{
|
|
1231
3567
|
"name": "direction",
|
|
1232
|
-
"type": "
|
|
3568
|
+
"type": "\"vertical\" | \"horizontal\"",
|
|
3569
|
+
"values": [
|
|
3570
|
+
"vertical",
|
|
3571
|
+
"horizontal"
|
|
3572
|
+
],
|
|
1233
3573
|
"defaultValue": "vertical",
|
|
1234
3574
|
"required": false,
|
|
1235
3575
|
"description": "Figma `Direction` — vertical stacks label above control; horizontal places label beside"
|
|
@@ -1242,27 +3582,364 @@
|
|
|
1242
3582
|
"props": [
|
|
1243
3583
|
{
|
|
1244
3584
|
"name": "as",
|
|
1245
|
-
"type": "
|
|
3585
|
+
"type": "\"nav\" | \"div\"",
|
|
3586
|
+
"values": [
|
|
3587
|
+
"nav",
|
|
3588
|
+
"div"
|
|
3589
|
+
],
|
|
1246
3590
|
"defaultValue": "nav",
|
|
1247
3591
|
"required": false,
|
|
1248
3592
|
"description": ""
|
|
1249
3593
|
}
|
|
3594
|
+
],
|
|
3595
|
+
"parts": [
|
|
3596
|
+
{
|
|
3597
|
+
"displayName": "AnchorItem",
|
|
3598
|
+
"description": "",
|
|
3599
|
+
"props": [
|
|
3600
|
+
{
|
|
3601
|
+
"name": "activated",
|
|
3602
|
+
"type": "boolean",
|
|
3603
|
+
"defaultValue": "false",
|
|
3604
|
+
"required": false,
|
|
3605
|
+
"description": ""
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"name": "indentLevel",
|
|
3609
|
+
"type": "\"0\" | \"1\" | \"2\" | \"3\"",
|
|
3610
|
+
"values": [
|
|
3611
|
+
"0",
|
|
3612
|
+
"1",
|
|
3613
|
+
"2",
|
|
3614
|
+
"3"
|
|
3615
|
+
],
|
|
3616
|
+
"defaultValue": "0",
|
|
3617
|
+
"required": false,
|
|
3618
|
+
"description": ""
|
|
3619
|
+
},
|
|
3620
|
+
{
|
|
3621
|
+
"name": "asChild",
|
|
3622
|
+
"type": "boolean",
|
|
3623
|
+
"defaultValue": "false",
|
|
3624
|
+
"required": false,
|
|
3625
|
+
"description": ""
|
|
3626
|
+
}
|
|
3627
|
+
]
|
|
3628
|
+
}
|
|
1250
3629
|
]
|
|
1251
3630
|
},
|
|
1252
3631
|
"Popover": {
|
|
1253
3632
|
"displayName": "Popover",
|
|
1254
3633
|
"description": "Thin controlled/uncontrolled wrapper around Radix `Popover.Root`. We don't add\nany custom close-suppression: a non-modal Popover already prevents focus-outside\nfrom dismissing (`onFocusOutside` is default-prevented by Radix), so a window\nblur never closes it — no extra bookkeeping needed, and it keeps Escape a\nsingle, predictable dismiss.",
|
|
1255
|
-
"props": []
|
|
3634
|
+
"props": [],
|
|
3635
|
+
"parts": [
|
|
3636
|
+
{
|
|
3637
|
+
"displayName": "PopoverTrigger",
|
|
3638
|
+
"description": "",
|
|
3639
|
+
"props": [
|
|
3640
|
+
{
|
|
3641
|
+
"name": "asChild",
|
|
3642
|
+
"type": "boolean",
|
|
3643
|
+
"required": false,
|
|
3644
|
+
"description": ""
|
|
3645
|
+
}
|
|
3646
|
+
]
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"displayName": "PopoverContent",
|
|
3650
|
+
"description": "",
|
|
3651
|
+
"props": [
|
|
3652
|
+
{
|
|
3653
|
+
"name": "asChild",
|
|
3654
|
+
"type": "boolean",
|
|
3655
|
+
"required": false,
|
|
3656
|
+
"description": ""
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"name": "portalled",
|
|
3660
|
+
"type": "boolean",
|
|
3661
|
+
"defaultValue": "true",
|
|
3662
|
+
"required": false,
|
|
3663
|
+
"description": "Render without Portal — use inside nested overlays."
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"name": "showArrow",
|
|
3667
|
+
"type": "boolean",
|
|
3668
|
+
"defaultValue": "false",
|
|
3669
|
+
"required": false,
|
|
3670
|
+
"description": "Show a caret arrow pointing at the trigger (Figma with-arrow variant)."
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"name": "flush",
|
|
3674
|
+
"type": "boolean",
|
|
3675
|
+
"defaultValue": "false",
|
|
3676
|
+
"required": false,
|
|
3677
|
+
"description": "Strip surface padding — consumer controls inner spacing."
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"name": "appearance",
|
|
3681
|
+
"type": "\"tooltip\" | \"default\" | \"primary\"",
|
|
3682
|
+
"values": [
|
|
3683
|
+
"tooltip",
|
|
3684
|
+
"default",
|
|
3685
|
+
"primary"
|
|
3686
|
+
],
|
|
3687
|
+
"defaultValue": "default",
|
|
3688
|
+
"required": false,
|
|
3689
|
+
"description": "Visual skin of the surface:\n- `default` — light bordered panel (select-menu aligned), text typography, stroked caret.\n- `tooltip` — shared inverted tooltip skin (dark, caption text, borderless, solid caret).\n- `primary` — brand primary surface with white text, borderless, solid caret."
|
|
3690
|
+
}
|
|
3691
|
+
]
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"displayName": "PopoverAnchor",
|
|
3695
|
+
"description": "",
|
|
3696
|
+
"props": [
|
|
3697
|
+
{
|
|
3698
|
+
"name": "asChild",
|
|
3699
|
+
"type": "boolean",
|
|
3700
|
+
"required": false,
|
|
3701
|
+
"description": ""
|
|
3702
|
+
}
|
|
3703
|
+
]
|
|
3704
|
+
}
|
|
3705
|
+
]
|
|
1256
3706
|
},
|
|
1257
3707
|
"Modal": {
|
|
1258
3708
|
"displayName": "Modal",
|
|
1259
3709
|
"description": "",
|
|
1260
|
-
"props": []
|
|
3710
|
+
"props": [],
|
|
3711
|
+
"parts": [
|
|
3712
|
+
{
|
|
3713
|
+
"displayName": "ModalTrigger",
|
|
3714
|
+
"description": "",
|
|
3715
|
+
"props": [
|
|
3716
|
+
{
|
|
3717
|
+
"name": "asChild",
|
|
3718
|
+
"type": "boolean",
|
|
3719
|
+
"required": false,
|
|
3720
|
+
"description": ""
|
|
3721
|
+
}
|
|
3722
|
+
]
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
"displayName": "ModalOverlay",
|
|
3726
|
+
"description": "",
|
|
3727
|
+
"props": [
|
|
3728
|
+
{
|
|
3729
|
+
"name": "asChild",
|
|
3730
|
+
"type": "boolean",
|
|
3731
|
+
"required": false,
|
|
3732
|
+
"description": ""
|
|
3733
|
+
}
|
|
3734
|
+
]
|
|
3735
|
+
},
|
|
3736
|
+
{
|
|
3737
|
+
"displayName": "ModalContent",
|
|
3738
|
+
"description": "",
|
|
3739
|
+
"props": [
|
|
3740
|
+
{
|
|
3741
|
+
"name": "asChild",
|
|
3742
|
+
"type": "boolean",
|
|
3743
|
+
"required": false,
|
|
3744
|
+
"description": ""
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"name": "size",
|
|
3748
|
+
"type": "\"default\" | \"large\"",
|
|
3749
|
+
"values": [
|
|
3750
|
+
"default",
|
|
3751
|
+
"large"
|
|
3752
|
+
],
|
|
3753
|
+
"defaultValue": "default",
|
|
3754
|
+
"required": false,
|
|
3755
|
+
"description": ""
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"name": "portalled",
|
|
3759
|
+
"type": "boolean",
|
|
3760
|
+
"defaultValue": "true",
|
|
3761
|
+
"required": false,
|
|
3762
|
+
"description": "Render without Portal — use inside nested overlays."
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"name": "showOverlay",
|
|
3766
|
+
"type": "boolean",
|
|
3767
|
+
"defaultValue": "true",
|
|
3768
|
+
"required": false,
|
|
3769
|
+
"description": "Show the default overlay scrim."
|
|
3770
|
+
}
|
|
3771
|
+
]
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"displayName": "ModalHeader",
|
|
3775
|
+
"description": "",
|
|
3776
|
+
"props": [
|
|
3777
|
+
{
|
|
3778
|
+
"name": "icon",
|
|
3779
|
+
"type": "ReactNode",
|
|
3780
|
+
"required": false,
|
|
3781
|
+
"description": "Optional leading status icon"
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"name": "showIcon",
|
|
3785
|
+
"type": "boolean",
|
|
3786
|
+
"defaultValue": "false",
|
|
3787
|
+
"required": false,
|
|
3788
|
+
"description": "Show the leading icon slot"
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"name": "showClose",
|
|
3792
|
+
"type": "boolean",
|
|
3793
|
+
"defaultValue": "true",
|
|
3794
|
+
"required": false,
|
|
3795
|
+
"description": "Show the header close control"
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"name": "closeLabel",
|
|
3799
|
+
"type": "string",
|
|
3800
|
+
"defaultValue": "Close dialog",
|
|
3801
|
+
"required": false,
|
|
3802
|
+
"description": ""
|
|
3803
|
+
}
|
|
3804
|
+
]
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"displayName": "ModalHeaderText",
|
|
3808
|
+
"description": "",
|
|
3809
|
+
"props": [
|
|
3810
|
+
{
|
|
3811
|
+
"name": "icon",
|
|
3812
|
+
"type": "ReactNode",
|
|
3813
|
+
"required": false,
|
|
3814
|
+
"description": "Optional leading status icon"
|
|
3815
|
+
},
|
|
3816
|
+
{
|
|
3817
|
+
"name": "showIcon",
|
|
3818
|
+
"type": "boolean",
|
|
3819
|
+
"defaultValue": "false",
|
|
3820
|
+
"required": false,
|
|
3821
|
+
"description": "Show the leading icon slot"
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"name": "showClose",
|
|
3825
|
+
"type": "boolean",
|
|
3826
|
+
"defaultValue": "true",
|
|
3827
|
+
"required": false,
|
|
3828
|
+
"description": "Show the header close control"
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"name": "closeLabel",
|
|
3832
|
+
"type": "string",
|
|
3833
|
+
"defaultValue": "Close dialog",
|
|
3834
|
+
"required": false,
|
|
3835
|
+
"description": ""
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"name": "description",
|
|
3839
|
+
"type": "ReactNode",
|
|
3840
|
+
"required": false,
|
|
3841
|
+
"description": ""
|
|
3842
|
+
}
|
|
3843
|
+
]
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"displayName": "ModalTitle",
|
|
3847
|
+
"description": "",
|
|
3848
|
+
"props": [
|
|
3849
|
+
{
|
|
3850
|
+
"name": "asChild",
|
|
3851
|
+
"type": "boolean",
|
|
3852
|
+
"required": false,
|
|
3853
|
+
"description": ""
|
|
3854
|
+
}
|
|
3855
|
+
]
|
|
3856
|
+
},
|
|
3857
|
+
{
|
|
3858
|
+
"displayName": "ModalDescription",
|
|
3859
|
+
"description": "",
|
|
3860
|
+
"props": [
|
|
3861
|
+
{
|
|
3862
|
+
"name": "asChild",
|
|
3863
|
+
"type": "boolean",
|
|
3864
|
+
"required": false,
|
|
3865
|
+
"description": ""
|
|
3866
|
+
}
|
|
3867
|
+
]
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"displayName": "ModalBody",
|
|
3871
|
+
"description": "",
|
|
3872
|
+
"props": [
|
|
3873
|
+
{
|
|
3874
|
+
"name": "layout",
|
|
3875
|
+
"type": "\"text\" | \"default\"",
|
|
3876
|
+
"values": [
|
|
3877
|
+
"text",
|
|
3878
|
+
"default"
|
|
3879
|
+
],
|
|
3880
|
+
"defaultValue": "default",
|
|
3881
|
+
"required": false,
|
|
3882
|
+
"description": "Figma `Content=Text` — title + body copy preset"
|
|
3883
|
+
},
|
|
3884
|
+
{
|
|
3885
|
+
"name": "description",
|
|
3886
|
+
"type": "ReactNode",
|
|
3887
|
+
"required": false,
|
|
3888
|
+
"description": ""
|
|
3889
|
+
}
|
|
3890
|
+
]
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"displayName": "ModalClose",
|
|
3894
|
+
"description": "",
|
|
3895
|
+
"props": [
|
|
3896
|
+
{
|
|
3897
|
+
"name": "asChild",
|
|
3898
|
+
"type": "boolean",
|
|
3899
|
+
"required": false,
|
|
3900
|
+
"description": ""
|
|
3901
|
+
}
|
|
3902
|
+
]
|
|
3903
|
+
}
|
|
3904
|
+
]
|
|
1261
3905
|
},
|
|
1262
3906
|
"Tooltip": {
|
|
1263
3907
|
"displayName": "Tooltip",
|
|
1264
3908
|
"description": "",
|
|
1265
|
-
"props": []
|
|
3909
|
+
"props": [],
|
|
3910
|
+
"parts": [
|
|
3911
|
+
{
|
|
3912
|
+
"displayName": "TooltipTrigger",
|
|
3913
|
+
"description": "",
|
|
3914
|
+
"props": [
|
|
3915
|
+
{
|
|
3916
|
+
"name": "asChild",
|
|
3917
|
+
"type": "boolean",
|
|
3918
|
+
"required": false,
|
|
3919
|
+
"description": ""
|
|
3920
|
+
}
|
|
3921
|
+
]
|
|
3922
|
+
},
|
|
3923
|
+
{
|
|
3924
|
+
"displayName": "TooltipContent",
|
|
3925
|
+
"description": "",
|
|
3926
|
+
"props": [
|
|
3927
|
+
{
|
|
3928
|
+
"name": "asChild",
|
|
3929
|
+
"type": "boolean",
|
|
3930
|
+
"required": false,
|
|
3931
|
+
"description": ""
|
|
3932
|
+
},
|
|
3933
|
+
{
|
|
3934
|
+
"name": "showArrow",
|
|
3935
|
+
"type": "boolean",
|
|
3936
|
+
"defaultValue": "true",
|
|
3937
|
+
"required": false,
|
|
3938
|
+
"description": "Show a caret arrow pointing at the trigger (default true)."
|
|
3939
|
+
}
|
|
3940
|
+
]
|
|
3941
|
+
}
|
|
3942
|
+
]
|
|
1266
3943
|
},
|
|
1267
3944
|
"Loading": {
|
|
1268
3945
|
"displayName": "Loading",
|
|
@@ -1270,14 +3947,30 @@
|
|
|
1270
3947
|
"props": [
|
|
1271
3948
|
{
|
|
1272
3949
|
"name": "level",
|
|
1273
|
-
"type": "
|
|
3950
|
+
"type": "\"display\" | \"headline1\" | \"headline2\" | \"title\" | \"subtitle\" | \"text\" | \"caption\"",
|
|
3951
|
+
"values": [
|
|
3952
|
+
"display",
|
|
3953
|
+
"headline1",
|
|
3954
|
+
"headline2",
|
|
3955
|
+
"title",
|
|
3956
|
+
"subtitle",
|
|
3957
|
+
"text",
|
|
3958
|
+
"caption"
|
|
3959
|
+
],
|
|
1274
3960
|
"defaultValue": "text",
|
|
1275
3961
|
"required": false,
|
|
1276
3962
|
"description": ""
|
|
1277
3963
|
},
|
|
1278
3964
|
{
|
|
1279
3965
|
"name": "mode",
|
|
1280
|
-
"type": "
|
|
3966
|
+
"type": "\"theme\" | \"themeText\" | \"black\" | \"white\" | \"inherit\"",
|
|
3967
|
+
"values": [
|
|
3968
|
+
"theme",
|
|
3969
|
+
"themeText",
|
|
3970
|
+
"black",
|
|
3971
|
+
"white",
|
|
3972
|
+
"inherit"
|
|
3973
|
+
],
|
|
1281
3974
|
"defaultValue": "theme",
|
|
1282
3975
|
"required": false,
|
|
1283
3976
|
"description": ""
|
|
@@ -1304,14 +3997,26 @@
|
|
|
1304
3997
|
"props": [
|
|
1305
3998
|
{
|
|
1306
3999
|
"name": "style",
|
|
1307
|
-
"type": "
|
|
4000
|
+
"type": "\"theme\" | \"info\" | \"fail\" | \"warning\" | \"success\" | \"normal\"",
|
|
4001
|
+
"values": [
|
|
4002
|
+
"theme",
|
|
4003
|
+
"info",
|
|
4004
|
+
"fail",
|
|
4005
|
+
"warning",
|
|
4006
|
+
"success",
|
|
4007
|
+
"normal"
|
|
4008
|
+
],
|
|
1308
4009
|
"defaultValue": "theme",
|
|
1309
4010
|
"required": false,
|
|
1310
4011
|
"description": ""
|
|
1311
4012
|
},
|
|
1312
4013
|
{
|
|
1313
4014
|
"name": "level",
|
|
1314
|
-
"type": "
|
|
4015
|
+
"type": "\"caption\" | \"text\"",
|
|
4016
|
+
"values": [
|
|
4017
|
+
"caption",
|
|
4018
|
+
"text"
|
|
4019
|
+
],
|
|
1315
4020
|
"defaultValue": "caption",
|
|
1316
4021
|
"required": false,
|
|
1317
4022
|
"description": ""
|
|
@@ -1349,7 +4054,15 @@
|
|
|
1349
4054
|
"props": [
|
|
1350
4055
|
{
|
|
1351
4056
|
"name": "level",
|
|
1352
|
-
"type": "
|
|
4057
|
+
"type": "\"display\" | \"headline1\" | \"headline2\" | \"title\" | \"subtitle\" | \"text\"",
|
|
4058
|
+
"values": [
|
|
4059
|
+
"display",
|
|
4060
|
+
"headline1",
|
|
4061
|
+
"headline2",
|
|
4062
|
+
"title",
|
|
4063
|
+
"subtitle",
|
|
4064
|
+
"text"
|
|
4065
|
+
],
|
|
1353
4066
|
"defaultValue": "text",
|
|
1354
4067
|
"required": false,
|
|
1355
4068
|
"description": ""
|
|
@@ -1394,7 +4107,11 @@
|
|
|
1394
4107
|
"props": [
|
|
1395
4108
|
{
|
|
1396
4109
|
"name": "level",
|
|
1397
|
-
"type": "
|
|
4110
|
+
"type": "\"caption\" | \"text\"",
|
|
4111
|
+
"values": [
|
|
4112
|
+
"caption",
|
|
4113
|
+
"text"
|
|
4114
|
+
],
|
|
1398
4115
|
"defaultValue": "caption",
|
|
1399
4116
|
"required": false,
|
|
1400
4117
|
"description": ""
|
|
@@ -1470,21 +4187,34 @@
|
|
|
1470
4187
|
"props": [
|
|
1471
4188
|
{
|
|
1472
4189
|
"name": "type",
|
|
1473
|
-
"type": "
|
|
4190
|
+
"type": "\"default\" | \"success\" | \"fail\"",
|
|
4191
|
+
"values": [
|
|
4192
|
+
"default",
|
|
4193
|
+
"success",
|
|
4194
|
+
"fail"
|
|
4195
|
+
],
|
|
1474
4196
|
"defaultValue": "default",
|
|
1475
4197
|
"required": false,
|
|
1476
4198
|
"description": ""
|
|
1477
4199
|
},
|
|
1478
4200
|
{
|
|
1479
4201
|
"name": "size",
|
|
1480
|
-
"type": "
|
|
4202
|
+
"type": "\"default\" | \"big\"",
|
|
4203
|
+
"values": [
|
|
4204
|
+
"default",
|
|
4205
|
+
"big"
|
|
4206
|
+
],
|
|
1481
4207
|
"defaultValue": "default",
|
|
1482
4208
|
"required": false,
|
|
1483
4209
|
"description": ""
|
|
1484
4210
|
},
|
|
1485
4211
|
{
|
|
1486
4212
|
"name": "shape",
|
|
1487
|
-
"type": "
|
|
4213
|
+
"type": "\"bar\" | \"ring\"",
|
|
4214
|
+
"values": [
|
|
4215
|
+
"bar",
|
|
4216
|
+
"ring"
|
|
4217
|
+
],
|
|
1488
4218
|
"defaultValue": "bar",
|
|
1489
4219
|
"required": false,
|
|
1490
4220
|
"description": ""
|
|
@@ -1517,14 +4247,22 @@
|
|
|
1517
4247
|
"props": [
|
|
1518
4248
|
{
|
|
1519
4249
|
"name": "size",
|
|
1520
|
-
"type": "
|
|
4250
|
+
"type": "\"default\" | \"small\"",
|
|
4251
|
+
"values": [
|
|
4252
|
+
"default",
|
|
4253
|
+
"small"
|
|
4254
|
+
],
|
|
1521
4255
|
"defaultValue": "default",
|
|
1522
4256
|
"required": false,
|
|
1523
4257
|
"description": ""
|
|
1524
4258
|
},
|
|
1525
4259
|
{
|
|
1526
4260
|
"name": "orientation",
|
|
1527
|
-
"type": "
|
|
4261
|
+
"type": "\"vertical\" | \"horizontal\"",
|
|
4262
|
+
"values": [
|
|
4263
|
+
"vertical",
|
|
4264
|
+
"horizontal"
|
|
4265
|
+
],
|
|
1528
4266
|
"defaultValue": "vertical",
|
|
1529
4267
|
"required": false,
|
|
1530
4268
|
"description": ""
|
|
@@ -1543,14 +4281,22 @@
|
|
|
1543
4281
|
},
|
|
1544
4282
|
{
|
|
1545
4283
|
"name": "size",
|
|
1546
|
-
"type": "
|
|
4284
|
+
"type": "\"big\" | \"default\"",
|
|
4285
|
+
"values": [
|
|
4286
|
+
"big",
|
|
4287
|
+
"default"
|
|
4288
|
+
],
|
|
1547
4289
|
"defaultValue": "default",
|
|
1548
4290
|
"required": false,
|
|
1549
4291
|
"description": ""
|
|
1550
4292
|
},
|
|
1551
4293
|
{
|
|
1552
4294
|
"name": "type",
|
|
1553
|
-
"type": "
|
|
4295
|
+
"type": "\"default\" | \"range\"",
|
|
4296
|
+
"values": [
|
|
4297
|
+
"default",
|
|
4298
|
+
"range"
|
|
4299
|
+
],
|
|
1554
4300
|
"defaultValue": "default",
|
|
1555
4301
|
"required": false,
|
|
1556
4302
|
"description": "Figma `Type` — single thumb vs range (two thumbs)"
|
|
@@ -1563,7 +4309,11 @@
|
|
|
1563
4309
|
"props": [
|
|
1564
4310
|
{
|
|
1565
4311
|
"name": "style",
|
|
1566
|
-
"type": "
|
|
4312
|
+
"type": "\"default\" | \"large\"",
|
|
4313
|
+
"values": [
|
|
4314
|
+
"default",
|
|
4315
|
+
"large"
|
|
4316
|
+
],
|
|
1567
4317
|
"defaultValue": "default",
|
|
1568
4318
|
"required": false,
|
|
1569
4319
|
"description": ""
|
|
@@ -1623,7 +4373,89 @@
|
|
|
1623
4373
|
"ScrollPicker": {
|
|
1624
4374
|
"displayName": "ScrollPicker",
|
|
1625
4375
|
"description": "",
|
|
1626
|
-
"props": []
|
|
4376
|
+
"props": [],
|
|
4377
|
+
"parts": [
|
|
4378
|
+
{
|
|
4379
|
+
"displayName": "ScrollPickerColumn",
|
|
4380
|
+
"description": "",
|
|
4381
|
+
"props": [
|
|
4382
|
+
{
|
|
4383
|
+
"name": "className",
|
|
4384
|
+
"type": "string",
|
|
4385
|
+
"required": false,
|
|
4386
|
+
"description": ""
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"name": "values",
|
|
4390
|
+
"type": "readonly T[]",
|
|
4391
|
+
"required": true,
|
|
4392
|
+
"description": ""
|
|
4393
|
+
},
|
|
4394
|
+
{
|
|
4395
|
+
"name": "value",
|
|
4396
|
+
"type": "T",
|
|
4397
|
+
"required": true,
|
|
4398
|
+
"description": ""
|
|
4399
|
+
},
|
|
4400
|
+
{
|
|
4401
|
+
"name": "onChange",
|
|
4402
|
+
"type": "(value: T) => void",
|
|
4403
|
+
"required": true,
|
|
4404
|
+
"description": ""
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"name": "loop",
|
|
4408
|
+
"type": "boolean",
|
|
4409
|
+
"defaultValue": "true",
|
|
4410
|
+
"required": false,
|
|
4411
|
+
"description": ""
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"name": "formatValue",
|
|
4415
|
+
"type": "(value: T) => ReactNode",
|
|
4416
|
+
"required": false,
|
|
4417
|
+
"description": ""
|
|
4418
|
+
},
|
|
4419
|
+
{
|
|
4420
|
+
"name": "getValueKey",
|
|
4421
|
+
"type": "(value: T, index: number) => string",
|
|
4422
|
+
"required": false,
|
|
4423
|
+
"description": ""
|
|
4424
|
+
}
|
|
4425
|
+
]
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"displayName": "ScrollPickerItem",
|
|
4429
|
+
"description": "",
|
|
4430
|
+
"props": [
|
|
4431
|
+
{
|
|
4432
|
+
"name": "id",
|
|
4433
|
+
"type": "string",
|
|
4434
|
+
"required": false,
|
|
4435
|
+
"description": ""
|
|
4436
|
+
},
|
|
4437
|
+
{
|
|
4438
|
+
"name": "selected",
|
|
4439
|
+
"type": "boolean",
|
|
4440
|
+
"defaultValue": "false",
|
|
4441
|
+
"required": false,
|
|
4442
|
+
"description": ""
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"name": "className",
|
|
4446
|
+
"type": "string",
|
|
4447
|
+
"required": false,
|
|
4448
|
+
"description": ""
|
|
4449
|
+
},
|
|
4450
|
+
{
|
|
4451
|
+
"name": "onSelect",
|
|
4452
|
+
"type": "() => void",
|
|
4453
|
+
"required": false,
|
|
4454
|
+
"description": ""
|
|
4455
|
+
}
|
|
4456
|
+
]
|
|
4457
|
+
}
|
|
4458
|
+
]
|
|
1627
4459
|
},
|
|
1628
4460
|
"Breadcrumb": {
|
|
1629
4461
|
"displayName": "Breadcrumb",
|
|
@@ -1631,11 +4463,86 @@
|
|
|
1631
4463
|
"props": [
|
|
1632
4464
|
{
|
|
1633
4465
|
"name": "size",
|
|
1634
|
-
"type": "
|
|
4466
|
+
"type": "\"default\" | \"small\"",
|
|
4467
|
+
"values": [
|
|
4468
|
+
"default",
|
|
4469
|
+
"small"
|
|
4470
|
+
],
|
|
1635
4471
|
"defaultValue": "default",
|
|
1636
4472
|
"required": false,
|
|
1637
4473
|
"description": ""
|
|
1638
4474
|
}
|
|
4475
|
+
],
|
|
4476
|
+
"parts": [
|
|
4477
|
+
{
|
|
4478
|
+
"displayName": "BreadcrumbItem",
|
|
4479
|
+
"description": "",
|
|
4480
|
+
"props": [
|
|
4481
|
+
{
|
|
4482
|
+
"name": "href",
|
|
4483
|
+
"type": "string",
|
|
4484
|
+
"required": false,
|
|
4485
|
+
"description": ""
|
|
4486
|
+
},
|
|
4487
|
+
{
|
|
4488
|
+
"name": "current",
|
|
4489
|
+
"type": "boolean",
|
|
4490
|
+
"defaultValue": "false",
|
|
4491
|
+
"required": false,
|
|
4492
|
+
"description": ""
|
|
4493
|
+
},
|
|
4494
|
+
{
|
|
4495
|
+
"name": "icon",
|
|
4496
|
+
"type": "ReactNode",
|
|
4497
|
+
"required": false,
|
|
4498
|
+
"description": ""
|
|
4499
|
+
}
|
|
4500
|
+
]
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"displayName": "BreadcrumbEllipsis",
|
|
4504
|
+
"description": "Figma `Storage item button` — collapsed middle path",
|
|
4505
|
+
"props": [
|
|
4506
|
+
{
|
|
4507
|
+
"name": "activated",
|
|
4508
|
+
"type": "boolean",
|
|
4509
|
+
"required": false,
|
|
4510
|
+
"description": "Figma `activated` on Storage item button.\nOFF = muted ellipsis; ON = full opacity + open Select Menu (when `menu` is set)."
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"name": "defaultActivated",
|
|
4514
|
+
"type": "boolean",
|
|
4515
|
+
"defaultValue": "false",
|
|
4516
|
+
"required": false,
|
|
4517
|
+
"description": ""
|
|
4518
|
+
},
|
|
4519
|
+
{
|
|
4520
|
+
"name": "onActivatedChange",
|
|
4521
|
+
"type": "(activated: boolean) => void",
|
|
4522
|
+
"required": false,
|
|
4523
|
+
"description": ""
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"name": "menu",
|
|
4527
|
+
"type": "ReactNode",
|
|
4528
|
+
"required": false,
|
|
4529
|
+
"description": "Collapsed middle-path items shown in the Select Menu when activated"
|
|
4530
|
+
}
|
|
4531
|
+
]
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"displayName": "BreadcrumbEllipsisItem",
|
|
4535
|
+
"description": "Figma Select Menu Item inside Storage item button activated=ON",
|
|
4536
|
+
"props": [
|
|
4537
|
+
{
|
|
4538
|
+
"name": "showChevron",
|
|
4539
|
+
"type": "boolean",
|
|
4540
|
+
"defaultValue": "true",
|
|
4541
|
+
"required": false,
|
|
4542
|
+
"description": "Figma Select Menu Item trailing chevron — default true"
|
|
4543
|
+
}
|
|
4544
|
+
]
|
|
4545
|
+
}
|
|
1639
4546
|
]
|
|
1640
4547
|
},
|
|
1641
4548
|
"Pagehead": {
|
|
@@ -1674,11 +4581,83 @@
|
|
|
1674
4581
|
"props": [
|
|
1675
4582
|
{
|
|
1676
4583
|
"name": "direction",
|
|
1677
|
-
"type": "
|
|
4584
|
+
"type": "\"horizontal\" | \"vertical\"",
|
|
4585
|
+
"values": [
|
|
4586
|
+
"horizontal",
|
|
4587
|
+
"vertical"
|
|
4588
|
+
],
|
|
1678
4589
|
"defaultValue": "horizontal",
|
|
1679
4590
|
"required": false,
|
|
1680
4591
|
"description": ""
|
|
1681
4592
|
}
|
|
4593
|
+
],
|
|
4594
|
+
"parts": [
|
|
4595
|
+
{
|
|
4596
|
+
"displayName": "StepsItem",
|
|
4597
|
+
"description": "",
|
|
4598
|
+
"props": [
|
|
4599
|
+
{
|
|
4600
|
+
"name": "state",
|
|
4601
|
+
"type": "\"default\" | \"done\" | \"fail\" | \"warning\" | \"waiting\" | \"inProgress\"",
|
|
4602
|
+
"values": [
|
|
4603
|
+
"default",
|
|
4604
|
+
"done",
|
|
4605
|
+
"fail",
|
|
4606
|
+
"warning",
|
|
4607
|
+
"waiting",
|
|
4608
|
+
"inProgress"
|
|
4609
|
+
],
|
|
4610
|
+
"defaultValue": "default",
|
|
4611
|
+
"required": false,
|
|
4612
|
+
"description": ""
|
|
4613
|
+
},
|
|
4614
|
+
{
|
|
4615
|
+
"name": "description",
|
|
4616
|
+
"type": "ReactNode",
|
|
4617
|
+
"required": false,
|
|
4618
|
+
"description": ""
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"name": "index",
|
|
4622
|
+
"type": "number",
|
|
4623
|
+
"required": false,
|
|
4624
|
+
"description": ""
|
|
4625
|
+
},
|
|
4626
|
+
{
|
|
4627
|
+
"name": "icon",
|
|
4628
|
+
"type": "ReactNode",
|
|
4629
|
+
"required": false,
|
|
4630
|
+
"description": ""
|
|
4631
|
+
}
|
|
4632
|
+
]
|
|
4633
|
+
},
|
|
4634
|
+
{
|
|
4635
|
+
"displayName": "StepsIcon",
|
|
4636
|
+
"description": "",
|
|
4637
|
+
"props": [
|
|
4638
|
+
{
|
|
4639
|
+
"name": "state",
|
|
4640
|
+
"type": "\"default\" | \"done\" | \"fail\" | \"warning\" | \"waiting\" | \"inProgress\"",
|
|
4641
|
+
"values": [
|
|
4642
|
+
"default",
|
|
4643
|
+
"done",
|
|
4644
|
+
"fail",
|
|
4645
|
+
"warning",
|
|
4646
|
+
"waiting",
|
|
4647
|
+
"inProgress"
|
|
4648
|
+
],
|
|
4649
|
+
"defaultValue": "default",
|
|
4650
|
+
"required": false,
|
|
4651
|
+
"description": ""
|
|
4652
|
+
},
|
|
4653
|
+
{
|
|
4654
|
+
"name": "index",
|
|
4655
|
+
"type": "number",
|
|
4656
|
+
"required": false,
|
|
4657
|
+
"description": "Step number shown for default / inProgress / waiting"
|
|
4658
|
+
}
|
|
4659
|
+
]
|
|
4660
|
+
}
|
|
1682
4661
|
]
|
|
1683
4662
|
},
|
|
1684
4663
|
"Pagination": {
|
|
@@ -1776,11 +4755,204 @@
|
|
|
1776
4755
|
"Card": {
|
|
1777
4756
|
"displayName": "Card",
|
|
1778
4757
|
"description": "",
|
|
1779
|
-
"props": []
|
|
4758
|
+
"props": [],
|
|
4759
|
+
"parts": [
|
|
4760
|
+
{
|
|
4761
|
+
"displayName": "CardHead",
|
|
4762
|
+
"description": "",
|
|
4763
|
+
"props": [
|
|
4764
|
+
{
|
|
4765
|
+
"name": "slotType",
|
|
4766
|
+
"type": "\"select\" | \"switch\" | \"action\"",
|
|
4767
|
+
"values": [
|
|
4768
|
+
"select",
|
|
4769
|
+
"switch",
|
|
4770
|
+
"action"
|
|
4771
|
+
],
|
|
4772
|
+
"defaultValue": "action",
|
|
4773
|
+
"required": false,
|
|
4774
|
+
"description": ""
|
|
4775
|
+
},
|
|
4776
|
+
{
|
|
4777
|
+
"name": "icon",
|
|
4778
|
+
"type": "ReactNode",
|
|
4779
|
+
"required": false,
|
|
4780
|
+
"description": ""
|
|
4781
|
+
},
|
|
4782
|
+
{
|
|
4783
|
+
"name": "description",
|
|
4784
|
+
"type": "ReactNode",
|
|
4785
|
+
"required": false,
|
|
4786
|
+
"description": ""
|
|
4787
|
+
},
|
|
4788
|
+
{
|
|
4789
|
+
"name": "actionLabel",
|
|
4790
|
+
"type": "ReactNode",
|
|
4791
|
+
"defaultValue": "Text",
|
|
4792
|
+
"required": false,
|
|
4793
|
+
"description": ""
|
|
4794
|
+
},
|
|
4795
|
+
{
|
|
4796
|
+
"name": "action",
|
|
4797
|
+
"type": "ReactNode",
|
|
4798
|
+
"required": false,
|
|
4799
|
+
"description": ""
|
|
4800
|
+
},
|
|
4801
|
+
{
|
|
4802
|
+
"name": "secondaryAction",
|
|
4803
|
+
"type": "ReactNode",
|
|
4804
|
+
"required": false,
|
|
4805
|
+
"description": ""
|
|
4806
|
+
},
|
|
4807
|
+
{
|
|
4808
|
+
"name": "select",
|
|
4809
|
+
"type": "ReactNode",
|
|
4810
|
+
"required": false,
|
|
4811
|
+
"description": ""
|
|
4812
|
+
},
|
|
4813
|
+
{
|
|
4814
|
+
"name": "switchProps",
|
|
4815
|
+
"type": "Omit<SwitchProps, \"size\">",
|
|
4816
|
+
"required": false,
|
|
4817
|
+
"description": ""
|
|
4818
|
+
},
|
|
4819
|
+
{
|
|
4820
|
+
"name": "trailing",
|
|
4821
|
+
"type": "ReactNode",
|
|
4822
|
+
"required": false,
|
|
4823
|
+
"description": ""
|
|
4824
|
+
}
|
|
4825
|
+
]
|
|
4826
|
+
},
|
|
4827
|
+
{
|
|
4828
|
+
"displayName": "CardBottom",
|
|
4829
|
+
"description": "",
|
|
4830
|
+
"props": [
|
|
4831
|
+
{
|
|
4832
|
+
"name": "slotType",
|
|
4833
|
+
"type": "\"select\" | \"switch\" | \"action\"",
|
|
4834
|
+
"values": [
|
|
4835
|
+
"select",
|
|
4836
|
+
"switch",
|
|
4837
|
+
"action"
|
|
4838
|
+
],
|
|
4839
|
+
"defaultValue": "action",
|
|
4840
|
+
"required": false,
|
|
4841
|
+
"description": ""
|
|
4842
|
+
},
|
|
4843
|
+
{
|
|
4844
|
+
"name": "actionLabel",
|
|
4845
|
+
"type": "ReactNode",
|
|
4846
|
+
"defaultValue": "Text",
|
|
4847
|
+
"required": false,
|
|
4848
|
+
"description": ""
|
|
4849
|
+
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "action",
|
|
4852
|
+
"type": "ReactNode",
|
|
4853
|
+
"required": false,
|
|
4854
|
+
"description": ""
|
|
4855
|
+
},
|
|
4856
|
+
{
|
|
4857
|
+
"name": "secondaryAction",
|
|
4858
|
+
"type": "ReactNode",
|
|
4859
|
+
"required": false,
|
|
4860
|
+
"description": ""
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"name": "select",
|
|
4864
|
+
"type": "ReactNode",
|
|
4865
|
+
"required": false,
|
|
4866
|
+
"description": ""
|
|
4867
|
+
},
|
|
4868
|
+
{
|
|
4869
|
+
"name": "switchProps",
|
|
4870
|
+
"type": "Omit<SwitchProps, \"size\">",
|
|
4871
|
+
"required": false,
|
|
4872
|
+
"description": ""
|
|
4873
|
+
},
|
|
4874
|
+
{
|
|
4875
|
+
"name": "trailing",
|
|
4876
|
+
"type": "ReactNode",
|
|
4877
|
+
"required": false,
|
|
4878
|
+
"description": ""
|
|
4879
|
+
}
|
|
4880
|
+
]
|
|
4881
|
+
}
|
|
4882
|
+
]
|
|
1780
4883
|
},
|
|
1781
4884
|
"Table": {
|
|
1782
4885
|
"displayName": "Table",
|
|
1783
4886
|
"description": "",
|
|
1784
|
-
"props": []
|
|
4887
|
+
"props": [],
|
|
4888
|
+
"parts": [
|
|
4889
|
+
{
|
|
4890
|
+
"displayName": "TableRow",
|
|
4891
|
+
"description": "",
|
|
4892
|
+
"props": [
|
|
4893
|
+
{
|
|
4894
|
+
"name": "header",
|
|
4895
|
+
"type": "boolean",
|
|
4896
|
+
"defaultValue": "false",
|
|
4897
|
+
"required": false,
|
|
4898
|
+
"description": ""
|
|
4899
|
+
}
|
|
4900
|
+
]
|
|
4901
|
+
},
|
|
4902
|
+
{
|
|
4903
|
+
"displayName": "TableCell",
|
|
4904
|
+
"description": "",
|
|
4905
|
+
"props": [
|
|
4906
|
+
{
|
|
4907
|
+
"name": "icon",
|
|
4908
|
+
"type": "ReactNode",
|
|
4909
|
+
"required": false,
|
|
4910
|
+
"description": ""
|
|
4911
|
+
},
|
|
4912
|
+
{
|
|
4913
|
+
"name": "text",
|
|
4914
|
+
"type": "ReactNode",
|
|
4915
|
+
"required": false,
|
|
4916
|
+
"description": ""
|
|
4917
|
+
},
|
|
4918
|
+
{
|
|
4919
|
+
"name": "people",
|
|
4920
|
+
"type": "ReactNode",
|
|
4921
|
+
"required": false,
|
|
4922
|
+
"description": ""
|
|
4923
|
+
},
|
|
4924
|
+
{
|
|
4925
|
+
"name": "badge",
|
|
4926
|
+
"type": "ReactNode",
|
|
4927
|
+
"required": false,
|
|
4928
|
+
"description": ""
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"name": "badgeLabel",
|
|
4932
|
+
"type": "ReactNode",
|
|
4933
|
+
"required": false,
|
|
4934
|
+
"description": ""
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"name": "switchProps",
|
|
4938
|
+
"type": "SwitchProps",
|
|
4939
|
+
"required": false,
|
|
4940
|
+
"description": ""
|
|
4941
|
+
},
|
|
4942
|
+
{
|
|
4943
|
+
"name": "actions",
|
|
4944
|
+
"type": "ReactNode",
|
|
4945
|
+
"required": false,
|
|
4946
|
+
"description": ""
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
"name": "checkboxProps",
|
|
4950
|
+
"type": "Omit<Omit<CheckboxProps & RefAttributes<HTMLButtonElement>, \"ref\"> & { round?: boolean; } & RefAttributes<HTMLButtonElement>, \"ref\">",
|
|
4951
|
+
"required": false,
|
|
4952
|
+
"description": ""
|
|
4953
|
+
}
|
|
4954
|
+
]
|
|
4955
|
+
}
|
|
4956
|
+
]
|
|
1785
4957
|
}
|
|
1786
4958
|
}
|