Skip to content

Commit d87a101

Browse files
committed
Generating static files
1 parent a6bacb5 commit d87a101

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

static/arguments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,12 @@
974974
"default": "`false`",
975975
"description": "If true will hide the heading title, while still making it available to Screen Readers."
976976
},
977+
{
978+
"name": "disable_scroll",
979+
"type": "Boolean",
980+
"default": "`true`",
981+
"description": "When true, disables scrolling the page when the dialog is open."
982+
},
977983
{
978984
"name": "system_arguments",
979985
"type": "Hash",

static/info_arch.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3306,6 +3306,12 @@
33063306
"default": "`false`",
33073307
"description": "If true will hide the heading title, while still making it available to Screen Readers."
33083308
},
3309+
{
3310+
"name": "disable_scroll",
3311+
"type": "Boolean",
3312+
"default": "`true`",
3313+
"description": "When true, disables scrolling the page when the dialog is open."
3314+
},
33093315
{
33103316
"name": "system_arguments",
33113317
"type": "Hash",
@@ -8185,6 +8191,19 @@
81858191
"color-contrast"
81868192
]
81878193
}
8194+
},
8195+
{
8196+
"preview_path": "primer/alpha/select_panel/scroll_container",
8197+
"name": "scroll_container",
8198+
"snapshot": "false",
8199+
"skip_rules": {
8200+
"wont_fix": [
8201+
"region"
8202+
],
8203+
"will_fix": [
8204+
"color-contrast"
8205+
]
8206+
}
81888207
}
81898208
],
81908209
"subcomponents": [

static/previews.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6212,6 +6212,19 @@
62126212
"color-contrast"
62136213
]
62146214
}
6215+
},
6216+
{
6217+
"preview_path": "primer/alpha/select_panel/scroll_container",
6218+
"name": "scroll_container",
6219+
"snapshot": "false",
6220+
"skip_rules": {
6221+
"wont_fix": [
6222+
"region"
6223+
],
6224+
"will_fix": [
6225+
"color-contrast"
6226+
]
6227+
}
62156228
}
62166229
]
62176230
},

0 commit comments

Comments
 (0)