File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 51745174 "source" : " https://github.com/primer/view_components/tree/main/app/components/primer/open_project/border_box/collapsible_header.rb" ,
51755175 "lookbook" : " https://primer.style/view-components/lookbook/inspect/primer/open_project/border_box/collapsible_header/default/" ,
51765176 "parameters" : [
5177+ {
5178+ "name" : " id" ,
5179+ "type" : " String" ,
5180+ "default" : " `self.class.generate_id`" ,
5181+ "description" : " The unique ID of the collapsible header."
5182+ },
51775183 {
51785184 "name" : " collapsed" ,
51795185 "type" : " Boolean" ,
52345240 "source" : " https://github.com/primer/view_components/tree/main/app/components/primer/open_project/collapsible_section.rb" ,
52355241 "lookbook" : " https://primer.style/view-components/lookbook/inspect/primer/open_project/collapsible_section/default/" ,
52365242 "parameters" : [
5243+ {
5244+ "name" : " id" ,
5245+ "type" : " String" ,
5246+ "default" : " `self.class.generate_id`" ,
5247+ "description" : " The unique ID of the collapsible section."
5248+ },
52375249 {
52385250 "name" : " collapsed" ,
52395251 "type" : " Boolean" ,
Original file line number Diff line number Diff line change 243243 "CollapsibleHeader" : [
244244 " Primer::OpenProject::BorderBox::CollapsibleHeader"
245245 ],
246+ "CollapsibleHeader--triggerArea" : [
247+ " Primer::OpenProject::BorderBox::CollapsibleHeader"
248+ ],
246249 "CollapsibleSection--triggerArea" : [
247250 " Primer::OpenProject::CollapsibleSection"
248251 ],
Original file line number Diff line number Diff line change 1769017690 "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/border_box/collapsible_header.rb",
1769117691 "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/border_box/collapsible_header/default/",
1769217692 "parameters": [
17693+ {
17694+ "name": "id",
17695+ "type": "String",
17696+ "default": "`self.class.generate_id`",
17697+ "description": "The unique ID of the collapsible header."
17698+ },
1769317699 {
1769417700 "name": "collapsed",
1769517701 "type": "Boolean",
1795217958 "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/collapsible_section.rb",
1795317959 "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/collapsible_section/default/",
1795417960 "parameters": [
17961+ {
17962+ "name": "id",
17963+ "type": "String",
17964+ "default": "`self.class.generate_id`",
17965+ "description": "The unique ID of the collapsible section."
17966+ },
1795517967 {
1795617968 "name": "collapsed",
1795717969 "type": "Boolean",
You can’t perform that action at this time.
0 commit comments