Skip to content

Commit df922f5

Browse files
committed
Generating static files
1 parent 757635a commit df922f5

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

static/info_arch.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3453,6 +3453,19 @@
34533453
"color-contrast"
34543454
]
34553455
}
3456+
},
3457+
{
3458+
"preview_path": "primer/alpha/dialog/with_header_filter",
3459+
"name": "with_header_filter",
3460+
"snapshot": "false",
3461+
"skip_rules": {
3462+
"wont_fix": [
3463+
"region"
3464+
],
3465+
"will_fix": [
3466+
"color-contrast"
3467+
]
3468+
}
34563469
}
34573470
],
34583471
"subcomponents": [
@@ -3514,7 +3527,18 @@
35143527
}
35153528
],
35163529
"slots": [
3517-
3530+
{
3531+
"name": "filter",
3532+
"description": "Optional filter slot for adding a filter input to the header.",
3533+
"parameters": [
3534+
{
3535+
"name": "system_arguments",
3536+
"type": "Hash",
3537+
"default": "N/A",
3538+
"description": "{{link_to_system_arguments_docs}}"
3539+
}
3540+
]
3541+
}
35183542
],
35193543
"methods": [
35203544

static/previews.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3256,6 +3256,19 @@
32563256
"color-contrast"
32573257
]
32583258
}
3259+
},
3260+
{
3261+
"preview_path": "primer/alpha/dialog/with_header_filter",
3262+
"name": "with_header_filter",
3263+
"snapshot": "false",
3264+
"skip_rules": {
3265+
"wont_fix": [
3266+
"region"
3267+
],
3268+
"will_fix": [
3269+
"color-contrast"
3270+
]
3271+
}
32593272
}
32603273
]
32613274
},

0 commit comments

Comments
 (0)