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 May 10, 2023
1 parent 064b0de commit d3911ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion static/arguments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,13 @@
"name": "subtitle",
"type": "String",
"default": "`nil`",
"description": "Provides dditional context for the Overlay, also setting the `aria-describedby` attribute."
"description": "Provides additional context for the Overlay, also setting the `aria-describedby` attribute."
},
{
"name": "overlay_id",
"type": "String",
"default": "`nil`",
"description": "Provides the id of the overlay element so the close button can close it"
},
{
"name": "size",
Expand Down
8 changes: 7 additions & 1 deletion static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3673,7 +3673,13 @@
"name": "subtitle",
"type": "String",
"default": "`nil`",
"description": "Provides dditional context for the Overlay, also setting the `aria-describedby` attribute."
"description": "Provides additional context for the Overlay, also setting the `aria-describedby` attribute."
},
{
"name": "overlay_id",
"type": "String",
"default": "`nil`",
"description": "Provides the id of the overlay element so the close button can close it"
},
{
"name": "size",
Expand Down

0 comments on commit d3911ba

Please sign in to comment.