Skip to content

Commit 1f830f9

Browse files
committed
Generating static files
1 parent b8619f3 commit 1f830f9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

static/arguments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3646,6 +3646,12 @@
36463646
"default": "`:button`",
36473647
"description": "One of `:button`, `:reset`, or `:submit`."
36483648
},
3649+
{
3650+
"name": "inactive",
3651+
"type": "Boolean",
3652+
"default": "N/A",
3653+
"description": "Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
3654+
},
36493655
{
36503656
"name": "disabled",
36513657
"type": "Boolean",

static/info_arch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12186,6 +12186,12 @@
1218612186
"default": "`:button`",
1218712187
"description": "One of `:button`, `:reset`, or `:submit`."
1218812188
},
12189+
{
12190+
"name": "inactive",
12191+
"type": "Boolean",
12192+
"default": "N/A",
12193+
"description": "Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
12194+
},
1218912195
{
1219012196
"name": "disabled",
1219112197
"type": "Boolean",

0 commit comments

Comments
 (0)