Skip to content

Commit 53b5242

Browse files
committed
Generating static files
1 parent 5d7fa98 commit 53b5242

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

static/arguments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5128,6 +5128,12 @@
51285128
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/border_box/collapsible_header.rb",
51295129
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/border_box/collapsible_header/default/",
51305130
"parameters": [
5131+
{
5132+
"name": "collapsed",
5133+
"type": "Boolean",
5134+
"default": "`false`",
5135+
"description": "Whether the header is collapsed on initial render."
5136+
},
51315137
{
51325138
"name": "system_arguments",
51335139
"type": "Hash",

static/info_arch.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17575,6 +17575,12 @@
1757517575
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/border_box/collapsible_header.rb",
1757617576
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/border_box/collapsible_header/default/",
1757717577
"parameters": [
17578+
{
17579+
"name": "collapsed",
17580+
"type": "Boolean",
17581+
"default": "`false`",
17582+
"description": "Whether the header is collapsed on initial render."
17583+
},
1757817584
{
1757917585
"name": "system_arguments",
1758017586
"type": "Hash",
@@ -17583,7 +17589,42 @@
1758317589
}
1758417590
],
1758517591
"slots": [
17586-
17592+
{
17593+
"name": "title",
17594+
"description": "Required title",
17595+
"parameters": [
17596+
{
17597+
"name": "system_arguments",
17598+
"type": "Hash",
17599+
"default": "N/A",
17600+
"description": "{{link_to_system_arguments_docs}}"
17601+
}
17602+
]
17603+
},
17604+
{
17605+
"name": "count",
17606+
"description": "Optional count",
17607+
"parameters": [
17608+
{
17609+
"name": "system_arguments",
17610+
"type": "Hash",
17611+
"default": "N/A",
17612+
"description": "{{link_to_system_arguments_docs}}"
17613+
}
17614+
]
17615+
},
17616+
{
17617+
"name": "description",
17618+
"description": "Optional description",
17619+
"parameters": [
17620+
{
17621+
"name": "system_arguments",
17622+
"type": "Hash",
17623+
"default": "N/A",
17624+
"description": "{{link_to_system_arguments_docs}}"
17625+
}
17626+
]
17627+
}
1758717628
],
1758817629
"methods": [
1758917630

0 commit comments

Comments
 (0)