Skip to content

Commit

Permalink
Generating static files
Browse files Browse the repository at this point in the history
  • Loading branch information
primer-css committed Sep 13, 2024
1 parent 5907105 commit 5b55c65
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/arguments.json
Original file line number Diff line number Diff line change
Expand Up @@ -2468,6 +2468,12 @@
"default": "`:outside_bottom`",
"description": "The side to anchor the Overlay to. One of `:inside_bottom`, `:inside_center`, `:inside_left`, `:inside_right`, `:inside_top`, `:outside_bottom`, `:outside_left`, `:outside_right`, or `:outside_top`."
},
{
"name": "banner_scheme",
"type": "Symbol",
"default": "`:danger`",
"description": "The scheme for the error banner One of `:danger` or `:warning`."
},
{
"name": "system_arguments",
"type": "Hash",
Expand Down
5 changes: 5 additions & 0 deletions static/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,11 @@
"Primer::Alpha::Select": {
},
"Primer::Alpha::SelectPanel": {
"BANNER_SCHEME_OPTIONS": [
"danger",
"warning"
],
"DEFAULT_BANNER_SCHEME": "danger",
"DEFAULT_FETCH_STRATEGY": "remote",
"DEFAULT_PRELOAD": false,
"DEFAULT_SELECT_VARIANT": "single",
Expand Down
16 changes: 16 additions & 0 deletions static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7653,6 +7653,12 @@
"default": "`:outside_bottom`",
"description": "The side to anchor the Overlay to. One of `:inside_bottom`, `:inside_center`, `:inside_left`, `:inside_right`, `:inside_top`, `:outside_bottom`, `:outside_left`, `:outside_right`, or `:outside_top`."
},
{
"name": "banner_scheme",
"type": "Symbol",
"default": "`:danger`",
"description": "The scheme for the error banner One of `:danger` or `:warning`."
},
{
"name": "system_arguments",
"type": "Hash",
Expand Down Expand Up @@ -7753,6 +7759,16 @@
"Symbol"
]
},
{
"name": "banner_scheme",
"description": "One of `:danger` or `:warning`.",
"parameters": [

],
"return_types": [
"Symbol"
]
},
{
"name": "fetch_strategy",
"description": "One of `:eventually_local`, `:local`, or `:remote`.",
Expand Down

0 comments on commit 5b55c65

Please sign in to comment.