Skip to content

Commit d209289

Browse files
committed
Generating static files
1 parent 15ab908 commit d209289

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

static/info_arch.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7438,6 +7438,12 @@
74387438
"name": "show_button",
74397439
"description": "Adds a show button (i.e. a button) that will open the panel when clicked.",
74407440
"parameters": [
7441+
{
7442+
"name": "icon",
7443+
"type": "String",
7444+
"default": "N/A",
7445+
"description": "Name of {{link_to_octicons}} to use instead of text. If an [icon](https://primer.style/octicons/usage-guidelines/) is provided, a {{#link_to_component}}Primer::Beta::IconButton{{/link_to_component}} will be rendered. Otherwise a {{#link_to_component}}Primer::Beta::Button{{/link_to_component}} will be rendered."
7446+
},
74417447
{
74427448
"name": "system_arguments",
74437449
"type": "Hash",
@@ -7762,8 +7768,8 @@
77627768
}
77637769
},
77647770
{
7765-
"preview_path": "primer/alpha/select_panel/with_icon_button",
7766-
"name": "selectpanel_with_icon_button",
7771+
"preview_path": "primer/alpha/select_panel/select_panel_with_icon_button",
7772+
"name": "select_panel_with_icon_button",
77677773
"snapshot": "interactive",
77687774
"skip_rules": {
77697775
"wont_fix": [

static/previews.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6156,6 +6156,19 @@
61566156
]
61576157
}
61586158
},
6159+
{
6160+
"preview_path": "primer/alpha/select_panel/select_panel_with_icon_button",
6161+
"name": "select_panel_with_icon_button",
6162+
"snapshot": "interactive",
6163+
"skip_rules": {
6164+
"wont_fix": [
6165+
"region"
6166+
],
6167+
"will_fix": [
6168+
"color-contrast"
6169+
]
6170+
}
6171+
},
61596172
{
61606173
"preview_path": "primer/alpha/select_panel/with_leading_icons",
61616174
"name": "with_leading_icons",

0 commit comments

Comments
 (0)