Skip to content

Commit

Permalink
Commit generated static files
Browse files Browse the repository at this point in the history
  • Loading branch information
myabc committed Jan 13, 2025
1 parent b161312 commit 927f527
Show file tree
Hide file tree
Showing 7 changed files with 512 additions and 1 deletion.
67 changes: 67 additions & 0 deletions static/arguments.json
Original file line number Diff line number Diff line change
Expand Up @@ -5105,6 +5105,73 @@
}
]
},
{
"component": "OpenProject::DangerConfirmationDialog",
"status": "open_project",
"a11y_reviewed": false,
"short_name": "OpenProjectDangerConfirmationDialog",
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/danger_confirmation_dialog.rb",
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/danger_confirmation_dialog/default/",
"parameters": [
{
"name": "form_arguments",
"type": "Hash",
"default": "`{}`",
"description": "Allows the dialog to submit a form. Pass EITHER the `builder:` option to this hash"
},
{
"name": "id",
"type": "String",
"default": "`self.class.generate_id`",
"description": "The id of the dialog."
},
{
"name": "system_arguments",
"type": "Hash",
"default": "N/A",
"description": "[System arguments](/system-arguments)"
}
]
},
{
"component": "OpenProject::DangerConfirmationDialog::ConfirmationCheckBox",
"status": "open_project",
"a11y_reviewed": false,
"short_name": "OpenProjectDangerConfirmationDialogConfirmationCheckBox",
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/danger_confirmation_dialog/confirmation_check_box.rb",
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/danger_confirmation_dialog/confirmation_check_box/default/",
"parameters": [
{
"name": "check_box_id",
"type": "String",
"default": "`self.class.generate_id`",
"description": "The id of the check_box input."
},
{
"name": "check_box_name",
"type": "String",
"default": "N/A",
"description": "The name of the check_box input."
},
{
"name": "system_arguments",
"type": "Hash",
"default": "N/A",
"description": "[System arguments](/system-arguments)"
}
]
},
{
"component": "OpenProject::DangerConfirmationDialog::FormWrapper",
"status": "open_project",
"a11y_reviewed": false,
"short_name": "OpenProjectDangerConfirmationDialogFormWrapper",
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/danger_confirmation_dialog/form_wrapper.rb",
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/danger_confirmation_dialog/form_wrapper/default/",
"parameters": [

]
},
{
"component": "OpenProject::DragHandle",
"status": "open_project",
Expand Down
3 changes: 3 additions & 0 deletions static/audited_at.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
"Primer::Navigation::TabComponent": "",
"Primer::OpenProject::BorderGrid": "",
"Primer::OpenProject::BorderGrid::Cell": "",
"Primer::OpenProject::DangerConfirmationDialog": "",
"Primer::OpenProject::DangerConfirmationDialog::ConfirmationCheckBox": "",
"Primer::OpenProject::DangerConfirmationDialog::FormWrapper": "",
"Primer::OpenProject::DragHandle": "",
"Primer::OpenProject::FeedbackDialog": "",
"Primer::OpenProject::FeedbackMessage": "",
Expand Down
11 changes: 11 additions & 0 deletions static/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,17 @@
"Primer::OpenProject::BorderGrid::Cell": {
"GeneratedSlotMethods": "Primer::OpenProject::BorderGrid::Cell::GeneratedSlotMethods"
},
"Primer::OpenProject::DangerConfirmationDialog": {
"ConfirmationCheckBox": "Primer::OpenProject::DangerConfirmationDialog::ConfirmationCheckBox",
"FormWrapper": "Primer::OpenProject::DangerConfirmationDialog::FormWrapper",
"GeneratedSlotMethods": "Primer::OpenProject::DangerConfirmationDialog::GeneratedSlotMethods"
},
"Primer::OpenProject::DangerConfirmationDialog::ConfirmationCheckBox": {
"GeneratedSlotMethods": "Primer::OpenProject::DangerConfirmationDialog::ConfirmationCheckBox::GeneratedSlotMethods"
},
"Primer::OpenProject::DangerConfirmationDialog::FormWrapper": {
"GeneratedSlotMethods": "Primer::OpenProject::DangerConfirmationDialog::FormWrapper::GeneratedSlotMethods"
},
"Primer::OpenProject::DragHandle": {
"DEFAULT_SIZE": "small",
"GeneratedSlotMethods": "Primer::OpenProject::DragHandle::GeneratedSlotMethods",
Expand Down
5 changes: 5 additions & 0 deletions static/form_previews.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"name": "multi_text_field_form",
"snapshot": "true"
},
{
"preview_path": "primer/forms/custom_width_fields_form",
"name": "custom_width_fields_form",
"snapshot": "false"
},
{
"preview_path": "primer/forms/text_field_and_checkbox_form",
"name": "text_field_and_checkbox_form",
Expand Down
Loading

0 comments on commit 927f527

Please sign in to comment.