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 Jan 22, 2025
1 parent b8619f3 commit 1f830f9
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -3646,6 +3646,12 @@
"default": "`:button`",
"description": "One of `:button`, `:reset`, or `:submit`."
},
{
"name": "inactive",
"type": "Boolean",
"default": "N/A",
"description": "Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
},
{
"name": "disabled",
"type": "Boolean",
Expand Down
6 changes: 6 additions & 0 deletions static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12186,6 +12186,12 @@
"default": "`:button`",
"description": "One of `:button`, `:reset`, or `:submit`."
},
{
"name": "inactive",
"type": "Boolean",
"default": "N/A",
"description": "Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
},
{
"name": "disabled",
"type": "Boolean",
Expand Down

0 comments on commit 1f830f9

Please sign in to comment.