Skip to content

Commit

Permalink
Generating static files
Browse files Browse the repository at this point in the history
  • Loading branch information
openprojectci committed Sep 19, 2023
1 parent cd54ce4 commit 570b029
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 1 deletion.
16 changes: 16 additions & 0 deletions static/arguments.json
Original file line number Diff line number Diff line change
Expand Up @@ -4423,6 +4423,22 @@
}
]
},
{
"component": "OpenProject::DragHandle",
"status": "open_project",
"a11y_reviewed": false,
"short_name": "OpenProjectDragHandle",
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/drag_handle.rb",
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/drag_handle/default/",
"parameters": [
{
"name": "system_arguments",
"type": "Hash",
"default": "N/A",
"description": "[System arguments](/system-arguments)"
}
]
},
{
"component": "OpenProject::PageHeader",
"status": "open_project",
Expand Down
1 change: 1 addition & 0 deletions static/audited_at.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"Primer::IconButton": "",
"Primer::LayoutComponent": "",
"Primer::Navigation::TabComponent": "",
"Primer::OpenProject::DragHandle": "",
"Primer::OpenProject::PageHeader": "",
"Primer::Tooltip": "",
"Primer::Truncate": ""
Expand Down
2 changes: 1 addition & 1 deletion static/classes.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,4 +621,4 @@
"UnderlineNav-octicon": [
"Primer::Alpha::UnderlineNav"
]
}
}
8 changes: 8 additions & 0 deletions static/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,14 @@
},
"Primer::Navigation::TabComponent": {
},
"Primer::OpenProject::DragHandle": {
"DEFAULT_SIZE": "small",
"SIZE_OPTIONS": [
"xsmall",
"small",
"medium"
]
},
"Primer::OpenProject::PageHeader": {
"DEFAULT_HEADER_VARIANT": "medium",
"HEADER_VARIANT_OPTIONS": [
Expand Down
59 changes: 59 additions & 0 deletions static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14377,6 +14377,65 @@

]
},
{
"fully_qualified_name": "Primer::OpenProject::DragHandle",
"description": "Add a general description of component here\nAdd additional usage considerations or best practices that may aid the user to use the component correctly.",
"accessibility_docs": "Add any accessibility considerations",
"is_form_component": false,
"is_published": true,
"requires_js": false,
"component": "OpenProject::DragHandle",
"status": "open_project",
"a11y_reviewed": false,
"short_name": "OpenProjectDragHandle",
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/drag_handle.rb",
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/drag_handle/default/",
"parameters": [
{
"name": "system_arguments",
"type": "Hash",
"default": "N/A",
"description": "{{link_to_system_arguments_docs}}"
}
],
"slots": [

],
"methods": [

],
"previews": [
{
"preview_path": "primer/open_project/drag_handle/default",
"name": "default",
"snapshot": "true",
"skip_rules": {
"wont_fix": [
"region"
],
"will_fix": [
"color-contrast"
]
}
},
{
"preview_path": "primer/open_project/drag_handle/playground",
"name": "playground",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
"region"
],
"will_fix": [
"color-contrast"
]
}
}
],
"subcomponents": [

]
},
{
"fully_qualified_name": "Primer::OpenProject::PageHeader",
"description": "A ViewComponent PageHeader inspired by the primer react variant",
Expand Down
34 changes: 34 additions & 0 deletions static/previews.json
Original file line number Diff line number Diff line change
Expand Up @@ -2900,6 +2900,40 @@
}
]
},
{
"name": "drag_handle",
"component": "OpenProject::DragHandle",
"status": "open_project",
"lookup_path": "primer/open_project/drag_handle",
"examples": [
{
"preview_path": "primer/open_project/drag_handle/default",
"name": "default",
"snapshot": "true",
"skip_rules": {
"wont_fix": [
"region"
],
"will_fix": [
"color-contrast"
]
}
},
{
"preview_path": "primer/open_project/drag_handle/playground",
"name": "playground",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
"region"
],
"will_fix": [
"color-contrast"
]
}
}
]
},
{
"name": "dropdown",
"component": "Dropdown",
Expand Down
1 change: 1 addition & 0 deletions static/statuses.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"Primer::IconButton": "deprecated",
"Primer::LayoutComponent": "deprecated",
"Primer::Navigation::TabComponent": "deprecated",
"Primer::OpenProject::DragHandle": "open_project",
"Primer::OpenProject::PageHeader": "open_project",
"Primer::Tooltip": "deprecated",
"Primer::Truncate": "deprecated"
Expand Down

0 comments on commit 570b029

Please sign in to comment.