-
Notifications
You must be signed in to change notification settings - Fork 427
/
Copy pathcomponent-docs.json
18825 lines (18825 loc) · 771 KB
/
component-docs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"accordion": {
"description": "An accordion allows a user to toggle the display of sections of content.\nThe accordion component wraps accordion panels that can be selected and expanded. It accepts children to define the content displayed within.",
"methods": [
{
"name": "onClickSummary",
"docblock": null,
"modifiers": [],
"params": [],
"returns": null
},
{
"name": "onKeyDownSummary",
"docblock": null,
"modifiers": [],
"params": [
{
"name": "e",
"type": null
}
],
"returns": null
},
{
"name": "addSummaryButton",
"docblock": null,
"modifiers": [],
"params": [
{
"name": "button",
"type": null
}
],
"returns": null
}
],
"props": {
"className": {
"type": {
"name": "union",
"value": [
{
"name": "array"
},
{
"name": "object"
},
{
"name": "string"
}
]
},
"required": false,
"description": "CSS class names to be added to the accordion component. _Tested with snapshot testing._"
},
"id": {
"type": {
"name": "union",
"value": [
{
"name": "number"
},
{
"name": "string"
}
]
},
"required": false,
"description": "HTML id for accordion component. _Tested with snapshot testing._"
},
"children": {
"type": {
"name": "node"
},
"required": true,
"description": "The panel content for the Accordion component. Accordion panels should be added as <AccordionPanel />. Event handler for the accordion panels should be added to `<AccordionPanel />`. Optional `panelContentActions` component may be passed as prop. _Tested with Mocha framework and snapshot testing._\n\nExample:\n```\n<SLDSAccordion>\n <SLDSAccordionpanel />\n <SLDSAccordionpanel />\n <SLDSAccordionpanel />\n</SLDSAccordion>\n```"
}
},
"route": "accordions",
"display-name": "Accordions",
"SLDS-component-path": "/components/accordion",
"dependencies": [
{
"panel": {
"description": "The panel content for the Accordion component.",
"methods": [],
"props": {
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "The panel content for the Accordion component. Accordion panels should be added as <AccordionPanel />. Event handler for the accordion panels should be added to `<AccordionPanel />`. Optional `panelContentActions` component may be passed as prop. _Tested with Mocha framework and snapshot testing._"
},
"expanded": {
"type": {
"name": "bool"
},
"required": true,
"description": "Indicates whether item is expanded or not, which should be handled by `onTogglePanel`. _Tested with Mocha framework and snapshot testing._"
},
"id": {
"type": {
"name": "union",
"value": [
{
"name": "number"
},
{
"name": "string"
}
]
},
"required": true,
"description": "Id of the item belonging to this panel. _Tested with snapshot testing._"
},
"panelContentActions": {
"type": {
"name": "node"
},
"required": false,
"description": "Component that can be passed as prop to `<Panel />`. As an example, a menu dropdown could be used here to handle additional actions for each accordion panel. _Tested with Mocha framework._"
},
"onKeyDownSummary": {
"type": {
"name": "func"
},
"required": false,
"description": "Callback that will run whenever there is a keydown on the panel button. Function doesn't change the state of the component."
},
"onTogglePanel": {
"type": {
"name": "func"
},
"required": true,
"description": "Callback that will run whenever a panel is toggled. Function should handle state to toggle `expanded` prop. _Tested with Mocha framework._"
},
"refs": {
"type": {
"name": "shape",
"value": {
"summaryButton": {
"name": "func",
"required": false
}
}
},
"required": false,
"description": "Ref callback that will pass in panel's `input` tag"
},
"summary": {
"type": {
"name": "union",
"value": [
{
"name": "string"
},
{
"name": "node"
}
]
},
"required": true,
"description": "Summary in the span element in the header of this panel. The summary is truncated and so the title element should contain the full text so that it is accessible on hover. _Tested with snapshot testing._"
},
"title": {
"type": {
"name": "string"
},
"required": false,
"description": "HTML title attribute. _Tested with snapshot testing._"
}
},
"name": "panel",
"source": "/components/accordion/panel.jsx"
}
}
]
},
"alert": {
"description": "Alert banners communicate a state that affects the entire system, not just a feature or page. It persists over a session and appears without the user initiating the action. View [banner guidelines](https://www.lightningdesignsystem.com/guidelines/messaging/components/banners/).",
"methods": [
{
"name": "saveButtonRef",
"docblock": null,
"modifiers": [],
"params": [
{
"name": "component",
"type": null
}
],
"returns": null
}
],
"props": {
"assistiveText": {
"type": {
"name": "shape",
"value": {
"closeButton": {
"name": "union",
"value": [
{
"name": "string"
},
{
"name": "node"
}
],
"required": false
}
}
},
"required": false,
"description": "**Assistive text for accessibility**\nThis object is merged with the default props object on every render.\n* `closeButton`: This is a visually hidden label for the close button.\n_Tested with snapshot testing._",
"defaultValue": {
"value": "{\n\tcloseButton: 'Close',\n}",
"computed": false
}
},
"className": {
"type": {
"name": "union",
"value": [
{
"name": "array"
},
{
"name": "object"
},
{
"name": "string"
}
]
},
"required": false,
"description": "CSS classes to be added to tag with `.slds-notify_alert`. Uses `classNames` [API](https://github.com/JedWatson/classnames).\n_Tested with snapshot testing._"
},
"dismissible": {
"type": {
"name": "bool"
},
"required": false,
"description": "Allows user to click a close button. Banners should be dismissible only if they communicate future impact to the system,\n_Tested with snapshot testing._"
},
"icon": {
"type": {
"name": "node"
},
"required": false,
"description": "Icon of type `~/components/icon`. This icon will be cloned and additional props appended. The default icons are:\n* info variant: `utility:info`\n* error variant: `utility:error`\n* offline variant: `utility:offline`\n* warning variant: `utility:warning`\n\n_Tested with snapshot testing._"
},
"labels": {
"type": {
"name": "shape",
"value": {
"heading": {
"name": "union",
"value": [
{
"name": "string"
},
{
"name": "node"
}
],
"required": false
},
"headingLink": {
"name": "union",
"value": [
{
"name": "string"
},
{
"name": "node"
}
],
"required": false
}
}
},
"required": false,
"description": "**Text labels for internationalization**\nThis object is merged with the default props object on every render.\n* `heading`: text within heading tag\n* `headingLink`: Text of link that triggers `onClickHeadingLink`. Inline links should pass a keyed array of React components into `labels.heading`.\n\n_Tested with snapshot testing._",
"defaultValue": {
"value": "{}",
"computed": false
}
},
"onClickHeadingLink": {
"type": {
"name": "func"
},
"required": false,
"description": "Triggered by link. _Tested with Mocha testing._"
},
"onRequestClose": {
"type": {
"name": "func"
},
"required": false,
"description": "Triggered by close button. This is a controlled component. _Tested with Mocha testing._"
},
"style": {
"type": {
"name": "object"
},
"required": false,
"description": "Custom styles to be passed to the component. _Tested with Mocha testing._"
},
"variant": {
"type": {
"name": "enum",
"value": [
{
"value": "'error'",
"computed": false
},
{
"value": "'info'",
"computed": false
},
{
"value": "'offline'",
"computed": false
},
{
"value": "'warning'",
"computed": false
}
]
},
"required": false,
"description": "The type of alert. _Tested with snapshot testing._",
"defaultValue": {
"value": "'info'",
"computed": false
}
}
},
"route": "alerts",
"display-name": "Alerts",
"SLDS-component-path": "/components/alert",
"dependencies": [
{
"container": {
"description": "A fixed container for alert banners.",
"methods": [],
"props": {
"className": {
"type": {
"name": "union",
"value": [
{
"name": "array"
},
{
"name": "object"
},
{
"name": "string"
}
]
},
"required": false,
"description": "CSS classes to be added to tag with `.slds-notify_alert`. Uses `classNames` [API](https://github.com/JedWatson/classnames)."
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "Alert components"
}
},
"name": "container",
"source": "/components/alert/container.jsx"
}
}
]
},
"app-launcher": {
"description": "The App Launcher allows the user to quickly access all the apps and functionality with their organization.\nThe App Launcher should generally only be used as a sub-component of the [Global Navigation Bar](/components/global-navigation-bar)\n\nUSAGE EXAMPLE:\n```\n<AppLauncher>\n\t<AppLauncherExpandableSection>\n\t\t<AppLauncherTile />\n\t\t<AppLauncherTile />\n\t\t<AppLauncherTile />\n\t</AppLauncherExpandableSection>\n\t<AppLauncherExpandableSection>\n\t\t<AppLauncherTile />\n\t\t<AppLauncherTile />\n\t</AppLauncherExpandableSection>\n</AppLauncher>\n```\n\nBy default, `Modal`, a child component of App Launcher, will add `aria-hidden=true` to the `body` tag, but this disables some assistive technologies. To prevent this you can add the following to your application with `#mount` being the root node of your application that you would like to hide from assistive technologies when the `Modal` is open.\n```\nimport settings from 'design-system-react/components/settings';\nsettings.setAppElement('#mount');\n```",
"methods": [
{
"name": "getId",
"docblock": null,
"modifiers": [],
"params": [],
"returns": null
},
{
"name": "openAppLauncher",
"docblock": null,
"modifiers": [],
"params": [
{
"name": "event",
"type": null
}
],
"returns": null
},
{
"name": "closeAppLauncher",
"docblock": null,
"modifiers": [],
"params": [
{
"name": "event",
"type": null
}
],
"returns": null
},
{
"name": "renderSearch",
"docblock": null,
"modifiers": [],
"params": [],
"returns": null
}
],
"props": {
"assistiveText": {
"type": {
"name": "shape",
"value": {
"trigger": {
"name": "string",
"required": false
}
}
},
"required": false,
"description": "**Assistive text for accessibility.**\nThis object is merged with the default props object on every render.\n* `trigger`: This is a visually hidden label for the app launcher icon.",
"defaultValue": {
"value": "{\n\ttrigger: 'Open App Launcher',\n}",
"computed": false
}
},
"ariaHideApp": {
"type": {
"name": "bool"
},
"required": false,
"description": "Boolean indicating if the appElement should be hidden.",
"defaultValue": {
"value": "true",
"computed": false
}
},
"children": {
"type": {
"name": "node"
},
"required": true,
"description": "One or more `<AppLauncherExpandableSection />`s, each containing one or more `<AppLauncherTile />`s or `<AppLauncherLink />`s"
},
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "The app launcher id. If not provided, one will be generated for accessibility"
},
"isOpen": {
"type": {
"name": "bool"
},
"required": false,
"description": "Control the open/close state of the App Launcher"
},
"modalClassName": {
"type": {
"name": "union",
"value": [
{
"name": "array"
},
{
"name": "object"
},
{
"name": "string"
}
]
},
"required": false,
"description": "CSS classes to be added to App Launcher Modal."
},
"modalHeaderButton": {
"type": {
"name": "node"
},
"required": false,
"description": "Button that exists in the upper right hand corner of the App Launcher modal"
},
"noTruncate": {
"type": {
"name": "bool"
},
"required": false,
"description": "Allows longer application names without truncating them."
},
"onClose": {
"type": {
"name": "func"
},
"required": false,
"description": "Callback when the App Launcher Modal is closed"
},
"search": {
"type": {
"name": "node"
},
"required": false,
"description": "Search bar for the Modal's header. Will typically be an instance of `design-system-react/input/search`"
},
"title": {
"type": {
"name": "string"
},
"required": false,
"description": "Set the App Launcher's title text (for localization)",
"defaultValue": {
"value": "'App Launcher'",
"computed": false
}
},
"triggerName": {
"type": {
"name": "node"
},
"required": false,
"description": "This is typically the name of the cloud or application"
},
"triggerOnClick": {
"type": {
"name": "func"
},
"required": false,
"description": "Callback when the App Launcher icon is clicked"
}
},
"route": "app-launcher",
"display-name": "App Launcher",
"SLDS-component-path": "/components/app-launcher",
"dependencies": [
{
"expandable-section": {
"description": "App Launcher Sections allow users to categorize App Tiles & Links as well as toggle their display. It is a superset of components/expandable-section with content formatting.\nAll Expandable Section props are compatible with props passed to this component.",
"methods": [
{
"name": "toggleOpen",
"docblock": null,
"modifiers": [],
"params": [
{
"name": "event",
"type": null
},
{
"name": "data",
"type": null
}
],
"returns": null
}
],
"props": {
"assistiveText": {
"type": {
"name": "shape",
"value": {
"toggleSection": {
"name": "string",
"required": false
}
}
},
"required": false,
"description": "**Assistive text for accessibility.**\n* `toggleSection`: Label for the icon that expands / collapses the section"
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "Contents of the section"
},
"className": {
"type": {
"name": "union",
"value": [
{
"name": "array"
},
{
"name": "object"
},
{
"name": "string"
}
]
},
"required": false,
"description": "Class names to be added to the `slds-section` classed node"
},
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "Unique identifier for the expandable section. The id is automatically generated if not provided"
},
"isOpen": {
"type": {
"name": "bool"
},
"required": false,
"description": "Specifies whether the section is expanded or collapsed. If not provided, component will use its own state to manage this itself"
},
"nonCollapsible": {
"type": {
"name": "bool"
},
"required": false,
"description": "Specifies whether the section can be expanded or collapsed. Defaults to `false`"
},
"onToggleOpen": {
"type": {
"name": "func"
},
"required": false,
"description": "Callback for when the section is expanded or collapsed. Passes event object and data object with `isOpen` bool."
},
"title": {
"type": {
"name": "string"
},
"required": true,
"description": "The title for the section"
}
},
"name": "expandable-section",
"source": "/components/app-launcher/expandable-section.jsx"
}
},
{
"link": {
"description": "App Launcher Link component creates simple links to be used in \"All Items\" sections",
"methods": [],
"props": {
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "Contents of the link"
},
"className": {
"type": {
"name": "union",
"value": [
{
"name": "array"
},
{
"name": "object"
},
{
"name": "string"
}
]
},
"required": false,
"description": "Classes to be applied to the link"
},
"href": {
"type": {
"name": "string"
},
"required": false,
"description": "The `href` attribute of the link. If the `onClick` callback is specified this URL will be prevented from changing the browser's location.",
"defaultValue": {
"value": "'#'",
"computed": false
}
},
"onClick": {
"type": {
"name": "func"
},
"required": false,
"description": "Callback for when the link is clicked. Passes back event and data object with href prop. Prevents click from changing browser's location if set."
},
"search": {
"type": {
"name": "string"
},
"required": false,
"description": "Text used to highlight content in link"
},
"title": {
"type": {
"name": "string"
},
"required": false,
"description": "The title for the link. If not provided it will attempt to use child content if that content is a string."
}
},
"name": "link",
"source": "/components/app-launcher/link.jsx"
}
},
{
"tile": {
"description": "App Launcher Tiles provide information and links to a user's apps",
"methods": [
{
"name": "handleClick",
"docblock": null,
"modifiers": [],
"params": [
{
"name": "event",
"type": null
}
],
"returns": null
}
],
"props": {
"assistiveText": {
"type": {
"name": "shape",
"value": {
"dragIconText": {
"name": "string",
"required": false
}
}
},
"required": false,
"description": "**Assistive text for accessibility.**\n* `dragIconText`: Text that describes the purpose of the drag handle icon.",
"defaultValue": {
"value": "{\n\tdragIconText: 'Reorder',\n}",
"computed": false
}
},
"className": {
"type": {
"name": "union",
"value": [
{
"name": "array"
},
{
"name": "object"
},
{
"name": "string"
}
]
},
"required": false,
"description": "Class names to be added to the tile."
},
"description": {
"type": {
"name": "string"
},
"required": false,
"description": "The description of the app. Not visible on small tiles."
},
"descriptionHeading": {
"type": {
"name": "string"
},
"required": false,
"description": "Heading for app description. NOTE: this prop is DEPRECATED and use should be avoided"
},
"href": {
"type": {
"name": "string"
},
"required": false,
"description": "The `href` attribute of the tile. Please pass in bookmarkable URLs from your routing library. If the `onClick` callback is specified this URL will be prevented from changing the browser's location.",
"defaultValue": {
"value": "'#'",
"computed": false
}
},
"iconBackgroundColor": {
"type": {
"name": "string"
},
"required": false,
"description": "Background color to be used on the icon. Only applied if iconNode is undefined"
},
"iconNode": {
"type": {
"name": "node"
},
"required": false,
"description": "Icon node for app tile. Takes priority over `iconText`"
},
"iconText": {
"type": {
"name": "string"
},
"required": false,
"description": "Text to be used as an icon. Only renders if iconNode is undefined"
},
"isOpenTooltip": {
"type": {
"name": "bool"
},
"required": false,
"description": "Open the More Tooltip"
},
"moreLabel": {
"type": {
"name": "string"
},
"required": false,
"description": "The localized text for the \"More information\" tooltip.",
"defaultValue": {
"value": "' More'",
"computed": false
}
},
"onClick": {
"type": {
"name": "func"
},
"required": false,
"description": "Function that will be executed when clicking on a tile"
},
"search": {
"type": {
"name": "string"
},
"required": false,
"description": "Text used to highlight content in app tiles"
},
"title": {
"type": {
"name": "string"
},
"required": true,
"description": "App name for the tile's title."
}
},
"name": "tile",
"source": "/components/app-launcher/tile.jsx"
}
}
]
},
"avatar": {
"description": "The avatar component represents an object or entity. An image is the preferred format for an avatar.\n If the `imgSrc` prop is undefined, and if a `label` or `initials` prop is available, the fallback avatar will render with initials. If initals are passed in directly in the `initials` prop, this will render in the fallback avatar. If `initals` prop is unavailable but a `label` prop is available, the fallback avatar will render with built initials of the user name or entity name.\n\n Intials built from the `label` prop will apply the following logic: If the label name contains two words, like first and last name, the first letter of each will be capitalized and returned. For labels that only have a single word name, the first two letters of that word, using one capital and one lower case letter, will be returned. For labels that contain three or more words, the first character of the first and last words will be capitalized and returned.\n\n If `initials` or `label` are not available, the fallback avatar will render a standard icon. If `variant='user'`, a user icon will\n render. If `variant='entity'`, an account icon will render.",
"methods": [
{
"name": "buildInitials",
"docblock": null,
"modifiers": [],
"params": [],
"returns": null
},
{
"name": "handleImageError",
"docblock": null,
"modifiers": [],
"params": [],
"returns": null
},
{
"name": "renderBaseAvatar",
"docblock": null,
"modifiers": [],
"params": [],
"returns": null
},
{
"name": "renderIconAvatar",
"docblock": null,
"modifiers": [],
"params": [],
"returns": null
},
{
"name": "renderInitialsAvatar",
"docblock": null,
"modifiers": [],
"params": [],
"returns": null
}
],
"props": {
"assistiveText": {
"type": {
"name": "shape",
"value": {
"icon": {
"name": "string",
"required": false
}
}
},
"required": false,
"description": "**Assistive text for accessibility.**\nThis object is merged with the default props object on every render.\n* `icon`: Assistive text for accessibility that labels the icon.",
"defaultValue": {
"value": "{\n\ticon: 'User or Account Icon',\n}",
"computed": false
}
},
"imgAlt": {
"type": {
"name": "string"
},
"required": false,
"description": "Alt attribute to be applied to image (base case) element.",
"defaultValue": {
"value": "''",
"computed": false
}
},
"imgSrc": {
"type": {
"name": "string"
},
"required": false,
"description": "Source attribute to be applied to image (base case) element."
},
"initials": {
"type": {
"name": "string"
},
"required": false,
"description": "Initials attribute to optionally pass in initials directly in case of \"initials\" fallback case."
},
"inverse": {
"type": {
"name": "bool"
},
"required": false,
"description": "Avatar with initials that are dark text on light background"
},
"label": {
"type": {
"name": "string"
},
"required": false,
"description": "Label attibute to display inside \"initials\" fallback case. Will be passed as title prop in `abbr` element to provide more specificity."
},
"variant": {
"type": {
"name": "enum",
"value": [
{
"value": "'entity'",
"computed": false
},
{
"value": "'user'",
"computed": false
}
]
},
"required": false,
"description": "Avatar variants to apply relevant styling (circle: user, square: entity) and icon rendering if applicable.",
"defaultValue": {
"value": "'user'",
"computed": false
}
},
"size": {
"type": {
"name": "enum",
"value": [
{
"value": "'x-small'",
"computed": false
},
{
"value": "'small'",
"computed": false
},
{
"value": "'medium'",
"computed": false
},
{
"value": "'large'",
"computed": false
}
]