From cb55d9b926e6874068d2b1d9d5bd5dcc85e2c602 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 16 Oct 2024 06:55:55 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 17 +++++++++++++++++ packages/themes/types/tree/index.d.ts | 11 +++++++++++ 2 files changed, 28 insertions(+) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 5c94ab9f8..a8d5561e1 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -95064,6 +95064,14 @@ "type": "Object", "default": "", "description": "Used to pass tokens of the loading icon section" + }, + { + "name": "filter", + "optional": true, + "readonly": false, + "type": "Object", + "default": "", + "description": "Used to pass tokens of the filter section" } ], "methods": [], @@ -95390,6 +95398,15 @@ "type": "string", "default": "", "description": "Size of loading icon" + }, + { + "name": "filter.margin", + "token": "tree.filter.margin", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Margin of filter" } ] } diff --git a/packages/themes/types/tree/index.d.ts b/packages/themes/types/tree/index.d.ts index a035a6d2a..6f7ba5abd 100644 --- a/packages/themes/types/tree/index.d.ts +++ b/packages/themes/types/tree/index.d.ts @@ -256,4 +256,15 @@ export interface TreeDesignTokens extends ColorSchemeDesignToken