Skip to content

Commit f91246f

Browse files
committed
Generating static files
1 parent c8b856f commit f91246f

6 files changed

Lines changed: 130 additions & 0 deletions

File tree

static/arguments.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3757,6 +3757,22 @@
37573757
}
37583758
]
37593759
},
3760+
{
3761+
"component": "TreeView::TrailingAction",
3762+
"status": "alpha",
3763+
"a11y_reviewed": false,
3764+
"short_name": "TreeViewTrailingAction",
3765+
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/trailing_action.rb",
3766+
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/trailing_action/default/",
3767+
"parameters": [
3768+
{
3769+
"name": "action",
3770+
"type": "ViewComponent::Base",
3771+
"default": "N/A",
3772+
"description": "A component or other renderable to use as the action button etc."
3773+
}
3774+
]
3775+
},
37603776
{
37613777
"component": "TreeView::Visual",
37623778
"status": "alpha",

static/audited_at.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"Primer::Alpha::TreeView::SubTree": "",
8585
"Primer::Alpha::TreeView::SubTreeContainer": "",
8686
"Primer::Alpha::TreeView::SubTreeNode": "",
87+
"Primer::Alpha::TreeView::TrailingAction": "",
8788
"Primer::Alpha::TreeView::Visual": "",
8889
"Primer::Alpha::UnderlineNav": "",
8990
"Primer::Alpha::UnderlinePanels": "",

static/constants.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@
852852
"SubTree": "Primer::Alpha::TreeView::SubTree",
853853
"SubTreeContainer": "Primer::Alpha::TreeView::SubTreeContainer",
854854
"SubTreeNode": "Primer::Alpha::TreeView::SubTreeNode",
855+
"TrailingAction": "Primer::Alpha::TreeView::TrailingAction",
855856
"Visual": "Primer::Alpha::TreeView::Visual"
856857
},
857858
"Primer::Alpha::TreeView::Icon": {
@@ -918,6 +919,9 @@
918919
"descendants"
919920
]
920921
},
922+
"Primer::Alpha::TreeView::TrailingAction": {
923+
"GeneratedSlotMethods": "Primer::Alpha::TreeView::TrailingAction::GeneratedSlotMethods"
924+
},
921925
"Primer::Alpha::TreeView::Visual": {
922926
"GeneratedSlotMethods": "Primer::Alpha::TreeView::Visual::GeneratedSlotMethods"
923927
},
@@ -1820,6 +1824,11 @@
18201824
"label": "No results"
18211825
},
18221826
"GeneratedSlotMethods": "Primer::OpenProject::FilterableTreeView::GeneratedSlotMethods",
1827+
"SUPPORTED_SELECT_VARIANTS": [
1828+
"multiple",
1829+
"single",
1830+
"none"
1831+
],
18231832
"SubTree": "Primer::OpenProject::FilterableTreeView::SubTree"
18241833
},
18251834
"Primer::OpenProject::FilterableTreeView::SubTree": {

static/info_arch.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4610,6 +4610,11 @@
46104610
"description": null,
46114611
"parameters": []
46124612
},
4613+
{
4614+
"name": "trailing_action",
4615+
"description": null,
4616+
"parameters": []
4617+
},
46134618
{
46144619
"name": "trailing_visual",
46154620
"description": null,
@@ -4645,6 +4650,11 @@
46454650
"description": null,
46464651
"parameters": []
46474652
},
4653+
{
4654+
"name": "trailing_action",
4655+
"description": null,
4656+
"parameters": []
4657+
},
46484658
{
46494659
"name": "trailing_visual",
46504660
"description": null,
@@ -10900,6 +10910,32 @@
1090010910
"previews": [],
1090110911
"subcomponents": []
1090210912
},
10913+
{
10914+
"fully_qualified_name": "Primer::Alpha::TreeView::TrailingAction",
10915+
"description": "The trailing action for `TreeView` nodes.\n\nThis component is part of the {{#link_to_component}}Primer::Alpha::TreeView{{/link_to_component}} component and should\nnot be used directly.",
10916+
"accessibility_docs": null,
10917+
"is_form_component": false,
10918+
"is_published": true,
10919+
"requires_js": false,
10920+
"component": "TreeView::TrailingAction",
10921+
"status": "alpha",
10922+
"a11y_reviewed": false,
10923+
"short_name": "TreeViewTrailingAction",
10924+
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/trailing_action.rb",
10925+
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/trailing_action/default/",
10926+
"parameters": [
10927+
{
10928+
"name": "action",
10929+
"type": "ViewComponent::Base",
10930+
"default": "N/A",
10931+
"description": "A component or other renderable to use as the action button etc."
10932+
}
10933+
],
10934+
"slots": [],
10935+
"methods": [],
10936+
"previews": [],
10937+
"subcomponents": []
10938+
},
1090310939
{
1090410940
"fully_qualified_name": "Primer::Alpha::TreeView::SubTreeContainer",
1090510941
"description": "This component is part of the {{#link_to_component}}Primer::Alpha::TreeView{{/link_to_component}} component and should\nnot be used directly.",
@@ -11240,6 +11276,11 @@
1124011276
"description": "Generic leading action slot",
1124111277
"parameters": []
1124211278
},
11279+
{
11280+
"name": "trailing_action",
11281+
"description": "Generic trailing action slot",
11282+
"parameters": []
11283+
},
1124311284
{
1124411285
"name": "leading_visual",
1124511286
"description": "Generic leading visual slot",
@@ -11545,6 +11586,11 @@
1154511586
"description": null,
1154611587
"parameters": []
1154711588
},
11589+
{
11590+
"name": "trailing_action",
11591+
"description": null,
11592+
"parameters": []
11593+
},
1154811594
{
1154911595
"name": "trailing_visual",
1155011596
"description": null,
@@ -11584,6 +11630,19 @@
1158411630
],
1158511631
"return_types": []
1158611632
},
11633+
{
11634+
"name": "with_trailing_action_button",
11635+
"description": "Adds a trailing action rendered to the right of the node's content.",
11636+
"parameters": [
11637+
{
11638+
"name": "system_arguments",
11639+
"type": "Hash",
11640+
"default": "N/A",
11641+
"description": "The arguments accepted by {{#link_to_component}}Primer::Beta::IconButton{{/link_to_component}}."
11642+
}
11643+
],
11644+
"return_types": []
11645+
},
1158711646
{
1158811647
"name": "with_trailing_visual_icon",
1158911648
"description": "Adds a trailing visual icon rendered to the right of the node's label.",
@@ -11675,6 +11734,11 @@
1167511734
"description": null,
1167611735
"parameters": []
1167711736
},
11737+
{
11738+
"name": "trailing_action",
11739+
"description": null,
11740+
"parameters": []
11741+
},
1167811742
{
1167911743
"name": "trailing_visual",
1168011744
"description": null,
@@ -11733,6 +11797,19 @@
1173311797
],
1173411798
"return_types": []
1173511799
},
11800+
{
11801+
"name": "with_trailing_action_button",
11802+
"description": "Adds a trailing action rendered to the right of the node's content.",
11803+
"parameters": [
11804+
{
11805+
"name": "system_arguments",
11806+
"type": "Hash",
11807+
"default": "N/A",
11808+
"description": "The arguments accepted by {{#link_to_component}}Primer::Beta::IconButton{{/link_to_component}}."
11809+
}
11810+
],
11811+
"return_types": []
11812+
},
1173611813
{
1173711814
"name": "with_trailing_visual_icon",
1173811815
"description": "Adds a trailing visual icon rendered to the right of the node's label.",
@@ -20435,6 +20512,19 @@
2043520512
]
2043620513
}
2043720514
},
20515+
{
20516+
"preview_path": "primer/open_project/filterable_tree_view/link_nodes",
20517+
"name": "link_nodes",
20518+
"snapshot": "false",
20519+
"skip_rules": {
20520+
"wont_fix": [
20521+
"region"
20522+
],
20523+
"will_fix": [
20524+
"color-contrast"
20525+
]
20526+
}
20527+
},
2043820528
{
2043920529
"preview_path": "primer/open_project/filterable_tree_view/hide_checkbox",
2044020530
"name": "hide_checkbox",

static/previews.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4528,6 +4528,19 @@
45284528
]
45294529
}
45304530
},
4531+
{
4532+
"preview_path": "primer/open_project/filterable_tree_view/link_nodes",
4533+
"name": "link_nodes",
4534+
"snapshot": "false",
4535+
"skip_rules": {
4536+
"wont_fix": [
4537+
"region"
4538+
],
4539+
"will_fix": [
4540+
"color-contrast"
4541+
]
4542+
}
4543+
},
45314544
{
45324545
"preview_path": "primer/open_project/filterable_tree_view/hide_checkbox",
45334546
"name": "hide_checkbox",

static/statuses.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"Primer::Alpha::TreeView::SubTree": "alpha",
8585
"Primer::Alpha::TreeView::SubTreeContainer": "alpha",
8686
"Primer::Alpha::TreeView::SubTreeNode": "alpha",
87+
"Primer::Alpha::TreeView::TrailingAction": "alpha",
8788
"Primer::Alpha::TreeView::Visual": "alpha",
8889
"Primer::Alpha::UnderlineNav": "alpha",
8990
"Primer::Alpha::UnderlinePanels": "alpha",

0 commit comments

Comments
 (0)