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 Jan 26, 2024
1 parent 116a343 commit 8f54ce5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions static/arguments.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,12 @@
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/banner.rb",
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/banner/default/",
"parameters": [
{
"name": "tag",
"type": "Symbol",
"default": "`:div`",
"description": "One of `:div` or `:section`."
},
{
"name": "full",
"type": "Boolean",
Expand Down
7 changes: 6 additions & 1 deletion static/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
"success": "check-circle"
},
"DEFAULT_SCHEME": "default",
"DEFAULT_TAG": "div",
"DISMISS_SCHEMES": [
"none",
"remove",
Expand All @@ -180,7 +181,11 @@
"warning": "Banner--warning",
"danger": "Banner--error",
"success": "Banner--success"
}
},
"TAG_OPTIONS": [
"div",
"section"
]
},
"Primer::Alpha::ButtonMarketing": {
"DEFAULT_SCHEME": "default",
Expand Down
6 changes: 6 additions & 0 deletions static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2243,6 +2243,12 @@
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/banner.rb",
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/banner/default/",
"parameters": [
{
"name": "tag",
"type": "Symbol",
"default": "`:div`",
"description": "One of `:div` or `:section`."
},
{
"name": "full",
"type": "Boolean",
Expand Down

0 comments on commit 8f54ce5

Please sign in to comment.