Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 5, 2024
1 parent e8bcce0 commit bed7552
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5640,9 +5640,9 @@
"name": "severity",
"optional": true,
"readonly": false,
"type": "\"success\" | \"help\" | \"warning\" | \"secondary\" | \"info\" | \"danger\"",
"type": "\"success\" | \"help\" | \"warning\" | \"secondary\" | \"info\" | \"danger\" | \"contrast\"",
"default": "",
"description": "Defines the style of the button, valid values are \"secondary\", \"success\", \"info\", \"warning\", \"danger\", \"help\"."
"description": "Defines the style of the button, valid values are \"secondary\", \"success\", \"info\", \"warning\", \"danger\", \"help\", \"contrast\"."
},
{
"name": "size",
Expand Down Expand Up @@ -35271,7 +35271,7 @@
"name": "severity",
"optional": true,
"readonly": false,
"type": "\"error\" | \"success\" | \"secondary\" | \"info\" | \"warn\" | \"contrast\"",
"type": "\"error\" | \"success\" | \"secondary\" | \"info\" | \"contrast\" | \"warn\"",
"default": "",
"description": "Severity level of the message."
},
Expand Down Expand Up @@ -35589,7 +35589,7 @@
"name": "severity",
"optional": true,
"readonly": false,
"type": "\"error\" | \"success\" | \"secondary\" | \"info\" | \"warn\" | \"contrast\"",
"type": "\"error\" | \"success\" | \"secondary\" | \"info\" | \"contrast\" | \"warn\"",
"description": "Severity of the message."
},
{
Expand Down Expand Up @@ -50308,7 +50308,7 @@
"name": "severity",
"optional": true,
"readonly": false,
"type": "\"error\" | \"success\" | \"secondary\" | \"info\" | \"warn\" | \"contrast\"",
"type": "\"error\" | \"success\" | \"secondary\" | \"info\" | \"contrast\" | \"warn\"",
"description": "Severity level of the message."
},
{
Expand Down Expand Up @@ -50413,7 +50413,7 @@
"name": "severity",
"optional": true,
"readonly": false,
"type": "\"error\" | \"success\" | \"secondary\" | \"info\" | \"warn\" | \"contrast\"",
"type": "\"error\" | \"success\" | \"secondary\" | \"info\" | \"contrast\" | \"warn\"",
"description": "Severity of the message."
},
{
Expand Down

0 comments on commit bed7552

Please sign in to comment.