diff --git a/.docs/GvAccordionSection.json b/.docs/GvAccordionSection.json index 9999d12..f4ec65a 100644 --- a/.docs/GvAccordionSection.json +++ b/.docs/GvAccordionSection.json @@ -1 +1 @@ -{"props":[{"name":"id","description":"The ID for this section. If you don't provide an ID, one will be generated automatically.","type":{"name":"string"}},{"name":"heading","description":"The title of the section.","type":{"name":"string"}},{"name":"summary","description":"Text content for the summary line. If content is provided in the `summary` slot, this prop will be ignored.","type":{"name":"string"}},{"name":"content","description":"Text content of this section, which is hidden when the section is closed. If content is provided in the default\nslot, this prop will be ignored.","type":{"name":"string"}},{"name":"modelValue","description":"Sets whether the section is expanded. If set, the model value will override any stored expansion state if\n`rememberExpanded` has been set on the parent `GvAccordion`. In most cases you should use `v-model` instead of setting this prop directly.","type":{"name":"boolean"},"defaultValue":{"func":false,"value":"null"}}],"slots":[{"name":"summary","description":"The content of the summary. If content is provided in this slot, the `summary` prop will be ignored."},{"name":"default","description":"The content of the accordion section. If content is provided in this slot, the `content` prop will be ignored."}]} +{"props":[{"name":"id","description":"The ID for this section. If you don't provide an ID, one will be generated automatically.","type":{"name":"string"}},{"name":"heading","description":"The title of the section.","type":{"name":"string"}},{"name":"summary","description":"Text content for the summary line. If content is provided in the `summary` slot, this prop will be ignored.","type":{"name":"string"}},{"name":"content","description":"Text content of this section, which is hidden when the section is closed. If content is provided in the default\nslot, this prop will be ignored.","type":{"name":"string"}},{"name":"expanded","description":"Sets whether the section is expanded. If set, the model value will override any stored expansion state if\n`rememberExpanded` has been set on the parent `GvAccordion`. Use `v-model:expanded` to keep track of the expansion state.","type":{"name":"boolean"},"defaultValue":{"func":false,"value":"null"}}],"slots":[{"name":"summary","description":"The content of the summary. If content is provided in this slot, the `summary` prop will be ignored."},{"name":"default","description":"The content of the accordion section. If content is provided in this slot, the `content` prop will be ignored."}]} diff --git a/.docs/GvBreadcrumbs.json b/.docs/GvBreadcrumbs.json index 0ded20a..3f85d3b 100644 --- a/.docs/GvBreadcrumbs.json +++ b/.docs/GvBreadcrumbs.json @@ -1 +1 @@ -{"props":[{"name":"collapseOnMobile","description":"When true, the breadcrumbs will collapse to the first and last item only on tablet breakpoint and below.","type":{"name":"boolean"},"defaultValue":{"func":false,"value":"false"}}],"slots":[{"name":"default","description":"A list of `gv-breadcrumb-item`s"}]} +{"props":[{"name":"collapseOnMobile","description":"When true, the breadcrumbs will collapse to the first and last item only on tablet breakpoint and below.","type":{"name":"boolean"},"defaultValue":{"func":false,"value":"false"}},{"name":"ariaLabel","description":"The text for the `aria-label` on the `