Skip to content

Commit 5b55c65

Browse files
committed
Generating static files
1 parent 5907105 commit 5b55c65

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

static/arguments.json

+6
Original file line numberDiff line numberDiff line change
@@ -2468,6 +2468,12 @@
24682468
"default": "`:outside_bottom`",
24692469
"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`."
24702470
},
2471+
{
2472+
"name": "banner_scheme",
2473+
"type": "Symbol",
2474+
"default": "`:danger`",
2475+
"description": "The scheme for the error banner One of `:danger` or `:warning`."
2476+
},
24712477
{
24722478
"name": "system_arguments",
24732479
"type": "Hash",

static/constants.json

+5
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,11 @@
598598
"Primer::Alpha::Select": {
599599
},
600600
"Primer::Alpha::SelectPanel": {
601+
"BANNER_SCHEME_OPTIONS": [
602+
"danger",
603+
"warning"
604+
],
605+
"DEFAULT_BANNER_SCHEME": "danger",
601606
"DEFAULT_FETCH_STRATEGY": "remote",
602607
"DEFAULT_PRELOAD": false,
603608
"DEFAULT_SELECT_VARIANT": "single",

static/info_arch.json

+16
Original file line numberDiff line numberDiff line change
@@ -7653,6 +7653,12 @@
76537653
"default": "`:outside_bottom`",
76547654
"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`."
76557655
},
7656+
{
7657+
"name": "banner_scheme",
7658+
"type": "Symbol",
7659+
"default": "`:danger`",
7660+
"description": "The scheme for the error banner One of `:danger` or `:warning`."
7661+
},
76567662
{
76577663
"name": "system_arguments",
76587664
"type": "Hash",
@@ -7753,6 +7759,16 @@
77537759
"Symbol"
77547760
]
77557761
},
7762+
{
7763+
"name": "banner_scheme",
7764+
"description": "One of `:danger` or `:warning`.",
7765+
"parameters": [
7766+
7767+
],
7768+
"return_types": [
7769+
"Symbol"
7770+
]
7771+
},
77567772
{
77577773
"name": "fetch_strategy",
77587774
"description": "One of `:eventually_local`, `:local`, or `:remote`.",

0 commit comments

Comments
 (0)