Skip to content

Commit 7390e4d

Browse files
committed
Generating static files
1 parent 8a130e2 commit 7390e4d

File tree

4 files changed

+56
-3
lines changed

4 files changed

+56
-3
lines changed

static/arguments.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3529,7 +3529,7 @@
35293529
"name": "select_variant",
35303530
"type": "Symbol",
35313531
"default": "`:none`",
3532-
"description": "Controls the type of checkbox that appears. One of `:multiple` or `:none`."
3532+
"description": "Controls the type of checkbox that appears. One of `:multiple`, `:none`, or `:single`."
35333533
},
35343534
{
35353535
"name": "checked",

static/constants.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@
875875
"anchor"
876876
],
877877
"SELECT_VARIANT_OPTIONS": [
878+
"single",
878879
"multiple",
879880
"none"
880881
]

0 commit comments

Comments
 (0)