Skip to content

Commit c66d4d1

Browse files
committed
Generating static files
1 parent 1fab2d6 commit c66d4d1

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

static/arguments.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5174,6 +5174,12 @@
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",
@@ -5234,6 +5240,12 @@
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",

static/classes.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@
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
],

static/info_arch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17690,6 +17690,12 @@
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",
@@ -17952,6 +17958,12 @@
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",

0 commit comments

Comments
 (0)