Skip to content

Commit

Permalink
Generating static files
Browse files Browse the repository at this point in the history
  • Loading branch information
openprojectci committed Mar 5, 2024
1 parent 9ebb99b commit 65e4706
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 31 deletions.
20 changes: 7 additions & 13 deletions static/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -1415,26 +1415,20 @@
"chevron-left",
"triangle-left"
],
"BACK_BUTTON_SIZE_OPTIONS": [
"small",
"medium",
"large"
],
"DEFAULT_BACK_BUTTON_DISPLAY": [
"none",
"flex"
],
"DEFAULT_BACK_BUTTON_ICON": "arrow-left",
"DEFAULT_BACK_BUTTON_SIZE": "medium",
"DEFAULT_BREADCRUMBS_DISPLAY": [
"none",
"flex"
],
"DEFAULT_CONTEXT_BAR_ACTIONS_DISPLAY": [
"block",
"flex",
"none"
],
"DEFAULT_HEADER_VARIANT": "large",
"DEFAULT_HEADER_VARIANT": "medium",
"DEFAULT_LEADING_ACTION_DISPLAY": [
"none",
"flex"
],
"DEFAULT_PARENT_LINK_DISPLAY": [
"block",
"none"
Expand All @@ -1443,7 +1437,7 @@
"medium",
"large"
],
"HEADING_TAG_FALLBACK": "h2",
"HEADING_TAG_FALLBACK": "h1",
"HEADING_TAG_OPTIONS": [
"h1",
"h2",
Expand Down
22 changes: 8 additions & 14 deletions static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16178,20 +16178,14 @@
]
},
{
"name": "back_button",
"description": "Optional back button prepend the title\nBy default shown on wider screens. Can be overridden with system_argument: display",
"name": "leading_action",
"description": "Optional leading action prepend the title\nBy default shown on wider screens. Can be overridden with system_argument: display",
"parameters": [
{
"name": "size",
"type": "Symbol",
"default": "N/A",
"description": "One of `:large`, `:medium`, or `:small`."
},
{
"name": "icon",
"type": "String",
"type": "Symbol",
"default": "N/A",
"description": "One of `arrow-left`, `chevron-left`, or `triangle-left`."
"description": "The name of an {{link_to_octicons}} icon to use."
},
{
"name": "system_arguments",
Expand Down Expand Up @@ -16276,8 +16270,8 @@
}
},
{
"preview_path": "primer/open_project/page_header/medium_title",
"name": "medium_title",
"preview_path": "primer/open_project/page_header/large_title",
"name": "large_title",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
Expand All @@ -16302,8 +16296,8 @@
}
},
{
"preview_path": "primer/open_project/page_header/back_button",
"name": "back_button",
"preview_path": "primer/open_project/page_header/leading_action",
"name": "leading_action",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
Expand Down
8 changes: 4 additions & 4 deletions static/previews.json
Original file line number Diff line number Diff line change
Expand Up @@ -5028,8 +5028,8 @@
}
},
{
"preview_path": "primer/open_project/page_header/medium_title",
"name": "medium_title",
"preview_path": "primer/open_project/page_header/large_title",
"name": "large_title",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
Expand All @@ -5054,8 +5054,8 @@
}
},
{
"preview_path": "primer/open_project/page_header/back_button",
"name": "back_button",
"preview_path": "primer/open_project/page_header/leading_action",
"name": "leading_action",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
Expand Down

0 comments on commit 65e4706

Please sign in to comment.