From f0e4cc7a21bb4d1f2ffb90db515540f77e5423f5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 28 Oct 2024 19:30:03 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 26 +++++++++++++++++++++ packages/themes/types/fileupload/index.d.ts | 17 ++++++++++++++ pnpm-lock.yaml | 8 +++---- 3 files changed, 47 insertions(+), 4 deletions(-) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 9c44c62a4..c81b14846 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -82804,6 +82804,14 @@ "default": "", "description": "Used to pass tokens of the file section" }, + { + "name": "fileList", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the file list section" + }, { "name": "progressbar", "optional": true, @@ -82955,6 +82963,15 @@ "default": "", "description": "Padding of content" }, + { + "name": "content.gap", + "token": "fileupload.content.gap", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Gap of content" + }, { "name": "file.padding", "token": "fileupload.file.padding", @@ -82991,6 +83008,15 @@ "default": "", "description": "Info gap of file" }, + { + "name": "fileList.gap", + "token": "fileupload.file.list.gap", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Gap of file list" + }, { "name": "progressbar.height", "token": "fileupload.progressbar.height", diff --git a/packages/themes/types/fileupload/index.d.ts b/packages/themes/types/fileupload/index.d.ts index 15bcc60d1..d93d0a2aa 100644 --- a/packages/themes/types/fileupload/index.d.ts +++ b/packages/themes/types/fileupload/index.d.ts @@ -103,6 +103,12 @@ export interface FileUploadDesignTokens extends ColorSchemeDesignToken