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 Jul 26, 2024
1 parent 91f5a57 commit 04badd1
Show file tree
Hide file tree
Showing 3 changed files with 40 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 @@ -2986,6 +2986,12 @@
"default": "`:start`",
"description": "Which side of the toggle switch to render the status label. One of `:end` or `:start`."
},
{
"name": "turbo",
"type": "Boolean",
"default": "`false`",
"description": "Whether or not to request a turbo stream and render the response as such."
},
{
"name": "system_arguments",
"type": "Hash",
Expand Down
20 changes: 20 additions & 0 deletions static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9334,6 +9334,12 @@
"default": "`:start`",
"description": "Which side of the toggle switch to render the status label. One of `:end` or `:start`."
},
{
"name": "turbo",
"type": "Boolean",
"default": "`false`",
"description": "Whether or not to request a turbo stream and render the response as such."
},
{
"name": "system_arguments",
"type": "Hash",
Expand Down Expand Up @@ -9501,6 +9507,20 @@
"color-contrast"
]
}
},
{
"preview_path": "primer/alpha/toggle_switch/with_turbo",
"name": "with_turbo",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
"region",
"button-name"
],
"will_fix": [
"color-contrast"
]
}
}
],
"subcomponents": [
Expand Down
14 changes: 14 additions & 0 deletions static/previews.json
Original file line number Diff line number Diff line change
Expand Up @@ -7213,6 +7213,20 @@
"color-contrast"
]
}
},
{
"preview_path": "primer/alpha/toggle_switch/with_turbo",
"name": "with_turbo",
"snapshot": "false",
"skip_rules": {
"wont_fix": [
"region",
"button-name"
],
"will_fix": [
"color-contrast"
]
}
}
]
},
Expand Down

0 comments on commit 04badd1

Please sign in to comment.