Skip to content

Commit f5ea6ca

Browse files
committed
Generating static files
1 parent 27f7fc0 commit f5ea6ca

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

static/arguments.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4571,6 +4571,12 @@
45714571
"default": "`false`",
45724572
"description": "Removes the `title` attribute provided on the element by default."
45734573
},
4574+
{
4575+
"name": "aria_hidden",
4576+
"type": "Boolean",
4577+
"default": "`nil`",
4578+
"description": "Set if the element is hidden or not."
4579+
},
45744580
{
45754581
"name": "system_arguments",
45764582
"type": "Hash",

static/info_arch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15256,6 +15256,12 @@
1525615256
"default": "`false`",
1525715257
"description": "Removes the `title` attribute provided on the element by default."
1525815258
},
15259+
{
15260+
"name": "aria_hidden",
15261+
"type": "Boolean",
15262+
"default": "`nil`",
15263+
"description": "Set if the element is hidden or not."
15264+
},
1525915265
{
1526015266
"name": "system_arguments",
1526115267
"type": "Hash",

0 commit comments

Comments
 (0)