diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 9eb166514..fe1bafb87 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -96006,14 +96006,6 @@ "default": "", "description": "Used to pass tokens of the submenu section" }, - { - "name": "submenuLabel", - "optional": true, - "readonly": false, - "type": "Object", - "default": "", - "description": "Used to pass tokens of the submenu label section" - }, { "name": "submenuIcon", "optional": true, @@ -96221,42 +96213,6 @@ "default": "", "description": "Mobile indent of submenu" }, - { - "name": "submenuLabel.padding", - "token": "tieredmenu.submenu.label.padding", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Padding of submenu label" - }, - { - "name": "submenuLabel.fontWeight", - "token": "tieredmenu.submenu.label.font.weight", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Font weight of submenu label" - }, - { - "name": "submenuLabel.background", - "token": "tieredmenu.submenu.label.background", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Background of submenu label" - }, - { - "name": "submenuLabel.color", - "token": "tieredmenu.submenu.label.color", - "optional": true, - "readonly": false, - "type": "string", - "default": "", - "description": "Color of submenu label" - }, { "name": "submenuIcon.size", "token": "tieredmenu.submenu.icon.size", diff --git a/packages/themes/types/tieredmenu/index.d.ts b/packages/themes/types/tieredmenu/index.d.ts index 31d4f37b7..9c559a02a 100644 --- a/packages/themes/types/tieredmenu/index.d.ts +++ b/packages/themes/types/tieredmenu/index.d.ts @@ -156,35 +156,6 @@ export interface TieredMenuDesignTokens extends ColorSchemeDesignToken