From d616aa5375171bf17ed93ba87223e53e20caab2e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 12 Nov 2024 07:34:35 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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." },