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 Oct 17, 2024
1 parent a6bacb5 commit d87a101
Show file tree
Hide file tree
Showing 3 changed files with 38 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 @@ -974,6 +974,12 @@
"default": "`false`",
"description": "If true will hide the heading title, while still making it available to Screen Readers."
},
{
"name": "disable_scroll",
"type": "Boolean",
"default": "`true`",
"description": "When true, disables scrolling the page when the dialog is open."
},
{
"name": "system_arguments",
"type": "Hash",
Expand Down
19 changes: 19 additions & 0 deletions static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3306,6 +3306,12 @@
"default": "`false`",
"description": "If true will hide the heading title, while still making it available to Screen Readers."
},
{
"name": "disable_scroll",
"type": "Boolean",
"default": "`true`",
"description": "When true, disables scrolling the page when the dialog is open."
},
{
"name": "system_arguments",
"type": "Hash",
Expand Down Expand Up @@ -8185,6 +8191,19 @@
"color-contrast"
]
}
},
{
"preview_path": "primer/alpha/select_panel/scroll_container",
"name": "scroll_container",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
"region"
],
"will_fix": [
"color-contrast"
]
}
}
],
"subcomponents": [
Expand Down
13 changes: 13 additions & 0 deletions static/previews.json
Original file line number Diff line number Diff line change
Expand Up @@ -6212,6 +6212,19 @@
"color-contrast"
]
}
},
{
"preview_path": "primer/alpha/select_panel/scroll_container",
"name": "scroll_container",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
"region"
],
"will_fix": [
"color-contrast"
]
}
}
]
},
Expand Down

0 comments on commit d87a101

Please sign in to comment.