Skip to content

Commit 34bd503

Browse files
committed
Generating static files
1 parent 044c53f commit 34bd503

2 files changed

Lines changed: 27 additions & 17 deletions

File tree

static/arguments.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6188,25 +6188,25 @@
61886188
{
61896189
"name": "filter_input_arguments",
61906190
"type": "Hash",
6191-
"default": "`DEFAULT_FILTER_INPUT_ARGUMENTS.dup`",
6191+
"default": "`{}`",
61926192
"description": "Arguments that will be passed to the [TextField](/components/alpha/textfield) component."
61936193
},
61946194
{
61956195
"name": "filter_mode_control_arguments",
61966196
"type": "Hash",
6197-
"default": "`DEFAULT_FILTER_MODE_CONTROL_ARGUMENTS.dup`",
6197+
"default": "`{}`",
61986198
"description": "Arguments that will be passed to the [SegmentedControl](/components/alpha/segmentedcontrol) component."
61996199
},
62006200
{
62016201
"name": "include_sub_items_check_box_arguments",
62026202
"type": "Hash",
6203-
"default": "`DEFAULT_INCLUDE_SUB_ITEMS_CHECK_BOX_ARGUMENTS.dup`",
6203+
"default": "`{}`",
62046204
"description": "Arguments that will be passed to the [CheckBox](/components/alpha/checkbox) component."
62056205
},
62066206
{
62076207
"name": "no_results_node_arguments",
62086208
"type": "Hash",
6209-
"default": "`DEFAULT_NO_RESULTS_NODE_ARGUMENTS.dup`",
6209+
"default": "`{}`",
62106210
"description": "Arguments that will be passed to a [TreeView::LeafNode](/components/alpha/treeviewleafnode) component that appears when no items match the filter criteria."
62116211
}
62126212
]
@@ -6600,12 +6600,12 @@
66006600
]
66016601
},
66026602
{
6603-
"component": "OpenProject::SubHeader::QuickActionComponent",
6603+
"component": "OpenProject::SubHeader::QuickAction",
66046604
"status": "open_project",
66056605
"a11y_reviewed": false,
6606-
"short_name": "OpenProjectSubHeaderQuickActionComponent",
6607-
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/sub_header/quick_filter.rb",
6608-
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/sub_header/quick_filter/default/",
6606+
"short_name": "OpenProjectSubHeaderQuickAction",
6607+
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/sub_header/quick_action_component.rb",
6608+
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/sub_header/quick_action/default/",
66096609
"parameters": []
66106610
},
66116611
{

static/info_arch.json

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20383,25 +20383,25 @@
2038320383
{
2038420384
"name": "filter_input_arguments",
2038520385
"type": "Hash",
20386-
"default": "`DEFAULT_FILTER_INPUT_ARGUMENTS.dup`",
20386+
"default": "`{}`",
2038720387
"description": "Arguments that will be passed to the {{#link_to_component}}Primer::Alpha::TextField{{/link_to_component}} component."
2038820388
},
2038920389
{
2039020390
"name": "filter_mode_control_arguments",
2039120391
"type": "Hash",
20392-
"default": "`DEFAULT_FILTER_MODE_CONTROL_ARGUMENTS.dup`",
20392+
"default": "`{}`",
2039320393
"description": "Arguments that will be passed to the {{#link_to_component}}Primer::Alpha::SegmentedControl{{/link_to_component}} component."
2039420394
},
2039520395
{
2039620396
"name": "include_sub_items_check_box_arguments",
2039720397
"type": "Hash",
20398-
"default": "`DEFAULT_INCLUDE_SUB_ITEMS_CHECK_BOX_ARGUMENTS.dup`",
20398+
"default": "`{}`",
2039920399
"description": "Arguments that will be passed to the {{#link_to_component}}Primer::Alpha::CheckBox{{/link_to_component}} component."
2040020400
},
2040120401
{
2040220402
"name": "no_results_node_arguments",
2040320403
"type": "Hash",
20404-
"default": "`DEFAULT_NO_RESULTS_NODE_ARGUMENTS.dup`",
20404+
"default": "`{}`",
2040520405
"description": "Arguments that will be passed to a {{#link_to_component}}Primer::Alpha::TreeView::LeafNode{{/link_to_component}} component that appears when no items match the filter criteria."
2040620406
}
2040720407
],
@@ -21800,9 +21800,19 @@
2180021800
"description": "A button or custom content that will render on the left-hand side of the component, next to the filter input.\n\nTo render a button, call the `with_filter_button` method, which accepts the arguments accepted by {{#link_to_component}}Primer::Beta::Button{{/link_to_component}}.\n\nTo render custom content, call the `with_filter_component` method and pass a block that returns HTML.",
2180121801
"parameters": []
2180221802
},
21803+
{
21804+
"name": "quick_sort",
21805+
"description": "A slot for a generic sorting component. Will be rendered next to the search input",
21806+
"parameters": []
21807+
},
21808+
{
21809+
"name": "quick_group",
21810+
"description": "A slot for a generic sorting component. Will be rendered next to the sorting button",
21811+
"parameters": []
21812+
},
2180321813
{
2180421814
"name": "quick_filters",
21805-
"description": "Quick filters shown in the left pane next to the search bar (0–5 items).\nHidden on mobile. Requires all_filters_button to be set when used.\nSupports ActionMenus, Buttons, IconButtons, SelectPanels, and SegmentedControls inside the block.",
21815+
"description": "Quick filters shown in the left pane next to the search bar (0–5 items total across all types).\nHidden on smaller screens when more than one `quick_filter` is provided. Requires `filter_button` when using more than one `quick_filter`.\nSupports ActionMenus, Buttons, IconButtons, SelectPanels, and SegmentedControls inside the block.",
2180621816
"parameters": []
2180721817
},
2180821818
{
@@ -22114,12 +22124,12 @@
2211422124
"is_form_component": false,
2211522125
"is_published": true,
2211622126
"requires_js": false,
22117-
"component": "OpenProject::SubHeader::QuickActionComponent",
22127+
"component": "OpenProject::SubHeader::QuickAction",
2211822128
"status": "open_project",
2211922129
"a11y_reviewed": false,
22120-
"short_name": "OpenProjectSubHeaderQuickActionComponent",
22121-
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/sub_header/quick_filter.rb",
22122-
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/sub_header/quick_filter/default/",
22130+
"short_name": "OpenProjectSubHeaderQuickAction",
22131+
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/sub_header/quick_action_component.rb",
22132+
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/sub_header/quick_action/default/",
2212322133
"parameters": [],
2212422134
"slots": [],
2212522135
"methods": [],

0 commit comments

Comments
 (0)