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