diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index a8bc2fc1f..85a8cae22 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -36905,7 +36905,7 @@ "name": "size", "optional": true, "readonly": false, - "type": "\"small\" | \"large\"", + "type": "null | \"small\" | \"large\"", "default": "", "description": "Defines the size of the component." }, @@ -36913,7 +36913,7 @@ "name": "invalid", "optional": true, "readonly": false, - "type": "boolean", + "type": "null | boolean", "default": "false", "description": "When present, it specifies that the component should have invalid state style." }, @@ -36921,7 +36921,7 @@ "name": "variant", "optional": true, "readonly": false, - "type": "\"outlined\" | \"filled\"", + "type": "null | \"outlined\" | \"filled\"", "default": "outlined", "description": "Specifies the input variant of the component." }, @@ -36929,7 +36929,7 @@ "name": "fluid", "optional": true, "readonly": false, - "type": "boolean", + "type": "null | boolean", "default": "null", "description": "Spans 100% width of the container when enabled." },