Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
426 changes: 306 additions & 120 deletions docs/generated/component-apis/accordion.json

Large diffs are not rendered by default.

191 changes: 143 additions & 48 deletions docs/generated/component-apis/app-header-menu.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,152 @@
{
"componentSlug": "app-header-menu",
"extractedFrom": "libs/web-components/src/components/app-header-menu/AppHeaderMenu.svelte",
"props": [
{
"name": "heading",
"type": "string",
"required": true,
"default": null,
"description": "The menu heading text displayed as the dropdown trigger."
},
{
"name": "leadingIcon",
"type": "GoAIconType",
"typeLabel": "GoAIconType",
"required": true,
"default": null,
"description": "Icon displayed before the heading text."
},
{
"name": "type",
"type": "\"primary\" | \"secondary\"",
"values": [
"primary",
"secondary"
"frameworks": {
"react": {
"props": [
{
"name": "heading",
"type": "string",
"required": true,
"default": null,
"description": "The menu heading text displayed as the dropdown trigger."
},
{
"name": "leadingIcon",
"type": "GoabIconType",
"required": false,
"default": null,
"description": "Icon displayed before the heading text."
},
{
"name": "slotName",
"type": "string",
"required": false,
"default": null,
"description": "Slot name used to place this menu in the correct slot of the parent component."
},
{
"name": "testId",
"type": "string",
"required": false,
"default": null,
"description": "Sets a data-testid attribute for automated testing."
}
],
"required": false,
"default": "primary",
"description": "The menu style variant. Primary uses bold text, secondary uses regular weight."
"events": [],
"slots": []
},
{
"name": "version",
"type": "\"1\" | \"2\"",
"values": [
"1",
"2"
"angular": {
"props": [
{
"name": "heading",
"type": "string",
"required": false,
"default": null,
"description": "The menu heading text displayed as the dropdown trigger."
},
{
"name": "leadingIcon",
"type": "GoabIconType",
"required": false,
"default": null,
"description": "Icon displayed before the heading text."
},
{
"name": "mb",
"type": "Spacing",
"required": false,
"default": null,
"description": "Sets the bottom margin spacing token."
},
{
"name": "ml",
"type": "Spacing",
"required": false,
"default": null,
"description": "Sets the left margin spacing token."
},
{
"name": "mr",
"type": "Spacing",
"required": false,
"default": null,
"description": "Sets the right margin spacing token."
},
{
"name": "mt",
"type": "Spacing",
"required": false,
"default": null,
"description": "Sets the top margin spacing token."
},
{
"name": "slotName",
"type": "string",
"required": false,
"default": null,
"description": "Sets the slot name for the component."
},
{
"name": "testId",
"type": "string",
"required": false,
"default": null,
"description": "Sets the data-testid attribute for automated testing."
}
],
"required": false,
"default": "1",
"description": "The header version this menu is used with."
"events": [],
"slots": []
},
{
"name": "testId",
"type": "string",
"required": false,
"default": "rootEl",
"description": "Sets a data-testid attribute for automated testing."
}
],
"events": [],
"slots": [
{
"name": "default",
"description": ""
"webComponents": {
"props": [
{
"name": "heading",
"type": "string",
"required": true,
"default": null,
"description": "The menu heading text displayed as the dropdown trigger."
},
{
"name": "leadingIcon",
"type": "GoabIconType",
"typeLabel": "GoabIconType",
"required": true,
"default": null,
"description": "Icon displayed before the heading text."
},
{
"name": "testId",
"type": "string",
"required": false,
"default": "rootEl",
"description": "Sets a data-testid attribute for automated testing."
},
{
"name": "type",
"type": "\"primary\" | \"secondary\"",
"values": [
"primary",
"secondary"
],
"required": false,
"default": "primary",
"description": "The menu style variant. Primary uses bold text, secondary uses regular weight."
},
{
"name": "version",
"type": "\"1\" | \"2\"",
"values": [
"1",
"2"
],
"required": false,
"default": "1",
"description": "The header version this menu is used with."
}
],
"events": [],
"slots": []
}
]
}
}
38 changes: 0 additions & 38 deletions docs/generated/component-apis/app-header-navigation.json

This file was deleted.

Loading
Loading