Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 16, 2024
1 parent 628e26c commit 33fa3a6
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 13 deletions.
9 changes: 9 additions & 0 deletions apps/showcase/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/themes/types/megamenu/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ export interface MegaMenuDesignTokens extends ColorSchemeDesignToken<MegaMenuDes
* @designToken megamenu.horizontal.orientation.padding
*/
padding?: string;
/**
* Horizontal orientation gap of root
*
* @designToken megamenu.horizontal.orientation.gap
*/
gap?: string;
};
/**
* Transition duration of root
Expand Down
31 changes: 18 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33fa3a6

Please sign in to comment.