From 33fa3a643d06071cff485f276360132f03a6e24e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 16 Oct 2024 08:07:55 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 9 +++++++ packages/themes/types/megamenu/index.d.ts | 6 +++++ pnpm-lock.yaml | 31 +++++++++++++--------- 3 files changed, 33 insertions(+), 13 deletions(-) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index a0d8b20e0..20e9d6195 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -84354,6 +84354,15 @@ "default": "", "description": "Horizontal orientation padding of root" }, + { + "name": "horizontalOrientation.gap", + "token": "megamenu.horizontal.orientation.gap", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Horizontal orientation gap of root" + }, { "name": "root.transitionDuration", "token": "megamenu.transition.duration", diff --git a/packages/themes/types/megamenu/index.d.ts b/packages/themes/types/megamenu/index.d.ts index ae86c6a28..d8e33b424 100644 --- a/packages/themes/types/megamenu/index.d.ts +++ b/packages/themes/types/megamenu/index.d.ts @@ -72,6 +72,12 @@ export interface MegaMenuDesignTokens extends ColorSchemeDesignToken