Skip to content

Commit

Permalink
docs: build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 25, 2022
1 parent 9f3e2bb commit 376d524
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions static/arguments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
type: String
default: N/A
description: The title of the dialog.
- name: width
type: Symbol
default: "`:medium`"
description: The width of the dialog. One of `:large`, `:medium`, `:small`, `:xlarge`,
or `:xxlarge`.
- name: system_arguments
type: Hash
default: N/A
Expand Down
18 changes: 16 additions & 2 deletions static/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@
]
},
"Primer::Alpha::Dialog": {
"DEFAULT_WIDTH": "medium",
"WIDTH_MAPPINGS": {
"small": "Overlay--width-small",
"medium": "Overlay--width-medium",
"large": "Overlay--width-large",
"xlarge": "Overlay--width-xlarge",
"xxlarge": "Overlay--width-xxlarge"
},
"WIDTH_OPTIONS": [
"small",
"medium",
"large",
"xlarge",
"xxlarge"
]
},
"Primer::Alpha::Layout": {
"FIRST_IN_SOURCE_DEFAULT": "sidebar",
Expand Down Expand Up @@ -375,8 +390,7 @@
}
},
"Primer::Dropdown": {
"Menu": "Primer::Dropdown::Menu",
"MenuTest": "Primer::Dropdown::MenuTest"
"Menu": "Primer::Dropdown::Menu"
},
"Primer::Dropdown::Menu": {
"AS_DEFAULT": "default",
Expand Down

0 comments on commit 376d524

Please sign in to comment.