@@ -17823,6 +17823,163 @@
1782317823
1782417824 ]
1782517825 },
17826+ {
17827+ "fully_qualified_name": "Primer::OpenProject::CollapsibleSection",
17828+ "description": "A component consisting of a title and collapsible content.\nClicking the title will hide the collapsible content",
17829+ "accessibility_docs": null,
17830+ "is_form_component": false,
17831+ "is_published": true,
17832+ "requires_js": false,
17833+ "component": "OpenProject::CollapsibleSection",
17834+ "status": "open_project",
17835+ "a11y_reviewed": false,
17836+ "short_name": "OpenProjectCollapsibleSection",
17837+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/collapsible_section.rb",
17838+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/collapsible_section/default/",
17839+ "parameters": [
17840+ {
17841+ "name": "collapsed",
17842+ "type": "Boolean",
17843+ "default": "`false`",
17844+ "description": "Whether the section is collapsed on initial render."
17845+ },
17846+ {
17847+ "name": "system_arguments",
17848+ "type": "Hash",
17849+ "default": "N/A",
17850+ "description": "{{link_to_system_arguments_docs}}"
17851+ }
17852+ ],
17853+ "slots": [
17854+ {
17855+ "name": "title",
17856+ "description": "Required Title",
17857+ "parameters": [
17858+ {
17859+ "name": "tag",
17860+ "type": "Symbol",
17861+ "default": "N/A",
17862+ "description": "Customize the element type of the rendered title container."
17863+ },
17864+ {
17865+ "name": "system_arguments",
17866+ "type": "Hash",
17867+ "default": "N/A",
17868+ "description": "{{link_to_system_arguments_docs}}"
17869+ }
17870+ ]
17871+ },
17872+ {
17873+ "name": "caption",
17874+ "description": "Optional caption",
17875+ "parameters": [
17876+ {
17877+ "name": "system_arguments",
17878+ "type": "Hash",
17879+ "default": "N/A",
17880+ "description": "{{link_to_system_arguments_docs}}"
17881+ }
17882+ ]
17883+ },
17884+ {
17885+ "name": "additional_information",
17886+ "description": "Optional right-side content",
17887+ "parameters": [
17888+ {
17889+ "name": "system_arguments",
17890+ "type": "Hash",
17891+ "default": "N/A",
17892+ "description": "{{link_to_system_arguments_docs}}"
17893+ }
17894+ ]
17895+ },
17896+ {
17897+ "name": "collapsible_content",
17898+ "description": "Required collapsible content",
17899+ "parameters": [
17900+ {
17901+ "name": "system_arguments",
17902+ "type": "Hash",
17903+ "default": "N/A",
17904+ "description": "{{link_to_system_arguments_docs}}"
17905+ }
17906+ ]
17907+ }
17908+ ],
17909+ "methods": [
17910+
17911+ ],
17912+ "previews": [
17913+ {
17914+ "preview_path": "primer/open_project/collapsible_section/playground",
17915+ "name": "playground",
17916+ "snapshot": "false",
17917+ "skip_rules": {
17918+ "wont_fix": [
17919+ "region"
17920+ ],
17921+ "will_fix": [
17922+ "color-contrast"
17923+ ]
17924+ }
17925+ },
17926+ {
17927+ "preview_path": "primer/open_project/collapsible_section/default",
17928+ "name": "default",
17929+ "snapshot": "true",
17930+ "skip_rules": {
17931+ "wont_fix": [
17932+ "region"
17933+ ],
17934+ "will_fix": [
17935+ "color-contrast"
17936+ ]
17937+ }
17938+ },
17939+ {
17940+ "preview_path": "primer/open_project/collapsible_section/with_additional_information",
17941+ "name": "with_additional_information",
17942+ "snapshot": "true",
17943+ "skip_rules": {
17944+ "wont_fix": [
17945+ "region"
17946+ ],
17947+ "will_fix": [
17948+ "color-contrast"
17949+ ]
17950+ }
17951+ },
17952+ {
17953+ "preview_path": "primer/open_project/collapsible_section/with_caption",
17954+ "name": "with_caption",
17955+ "snapshot": "true",
17956+ "skip_rules": {
17957+ "wont_fix": [
17958+ "region"
17959+ ],
17960+ "will_fix": [
17961+ "color-contrast"
17962+ ]
17963+ }
17964+ },
17965+ {
17966+ "preview_path": "primer/open_project/collapsible_section/collapsed",
17967+ "name": "collapsed",
17968+ "snapshot": "true",
17969+ "skip_rules": {
17970+ "wont_fix": [
17971+ "region"
17972+ ],
17973+ "will_fix": [
17974+ "color-contrast"
17975+ ]
17976+ }
17977+ }
17978+ ],
17979+ "subcomponents": [
17980+
17981+ ]
17982+ },
1782617983 {
1782717984 "fully_qualified_name": "Primer::OpenProject::DangerDialog",
1782817985 "description": "A pre-configured dialog for destructive/\"potentially dangerous\" actions",
0 commit comments