|
11879 | 11879 | } |
11880 | 11880 | ], |
11881 | 11881 | "subcomponents": [ |
| 11882 | + { |
| 11883 | + "fully_qualified_name": "Primer::Beta::AutoComplete::NoResultItem", |
| 11884 | + "description": "Use `NoResultItem` to display a message when no autocomplete results are found.\nRenders as a simple div inside the overlay, not as a list item.", |
| 11885 | + "accessibility_docs": null, |
| 11886 | + "is_form_component": false, |
| 11887 | + "is_published": true, |
| 11888 | + "requires_js": false, |
| 11889 | + "component": "AutoComplete::NoResultItem", |
| 11890 | + "status": "beta", |
| 11891 | + "a11y_reviewed": false, |
| 11892 | + "short_name": "AutoCompleteNoResultItem", |
| 11893 | + "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/auto_complete/no_result_item.rb", |
| 11894 | + "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/auto_complete/no_result_item/default/", |
| 11895 | + "parameters": [ |
| 11896 | + { |
| 11897 | + "name": "system_arguments", |
| 11898 | + "type": "Hash", |
| 11899 | + "default": "N/A", |
| 11900 | + "description": "{{link_to_system_arguments_docs}}" |
| 11901 | + } |
| 11902 | + ], |
| 11903 | + "slots": [], |
| 11904 | + "methods": [], |
| 11905 | + "previews": [], |
| 11906 | + "subcomponents": [] |
| 11907 | + }, |
11882 | 11908 | { |
11883 | 11909 | "fully_qualified_name": "Primer::Beta::AutoComplete::Item", |
11884 | 11910 | "description": "Use `AutoCompleteItem` to list results of an auto-completed search.", |
|
11971 | 11997 | "methods": [], |
11972 | 11998 | "previews": [], |
11973 | 11999 | "subcomponents": [] |
11974 | | - }, |
11975 | | - { |
11976 | | - "fully_qualified_name": "Primer::Beta::AutoComplete::NoResultItem", |
11977 | | - "description": "", |
11978 | | - "accessibility_docs": null, |
11979 | | - "is_form_component": false, |
11980 | | - "is_published": true, |
11981 | | - "requires_js": false, |
11982 | | - "component": "AutoComplete::NoResultItem", |
11983 | | - "status": "beta", |
11984 | | - "a11y_reviewed": false, |
11985 | | - "short_name": "AutoCompleteNoResultItem", |
11986 | | - "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/auto_complete/no_result_item.rb", |
11987 | | - "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/auto_complete/no_result_item/default/", |
11988 | | - "parameters": [], |
11989 | | - "slots": [ |
11990 | | - { |
11991 | | - "name": "leading_visual", |
11992 | | - "description": "The leading visual rendered before the link.", |
11993 | | - "parameters": [ |
11994 | | - { |
11995 | | - "name": "kwargs", |
11996 | | - "type": "Hash", |
11997 | | - "default": "N/A", |
11998 | | - "description": "The arguments accepted by {{#link_to_component}}Primer::Beta::Avatar{{/link_to_component}} or {{#link_to_component}}Primer::Beta::Octicon{{/link_to_component}}" |
11999 | | - } |
12000 | | - ] |
12001 | | - }, |
12002 | | - { |
12003 | | - "name": "trailing_visual", |
12004 | | - "description": "The trailing visual rendered after the link.", |
12005 | | - "parameters": [ |
12006 | | - { |
12007 | | - "name": "kwargs", |
12008 | | - "type": "Hash", |
12009 | | - "default": "N/A", |
12010 | | - "description": "The arguments accepted by {{#link_to_component}}Primer::Beta::Octicon{{/link_to_component}}, {{#link_to_component}}Primer::Beta::Label{{/link_to_component}}, or {{#link_to_component}}Primer::Beta::Counter{{/link_to_component}}" |
12011 | | - } |
12012 | | - ] |
12013 | | - }, |
12014 | | - { |
12015 | | - "name": "description", |
12016 | | - "description": "Optional description", |
12017 | | - "parameters": [ |
12018 | | - { |
12019 | | - "name": "system_arguments", |
12020 | | - "type": "Hash", |
12021 | | - "default": "N/A", |
12022 | | - "description": "{{link_to_system_arguments_docs}}" |
12023 | | - } |
12024 | | - ] |
12025 | | - } |
12026 | | - ], |
12027 | | - "methods": [], |
12028 | | - "previews": [], |
12029 | | - "subcomponents": [] |
12030 | 12000 | } |
12031 | 12001 | ] |
12032 | 12002 | }, |
|
0 commit comments