Skip to content

Commit

Permalink
fix(ToggleGroupItem): omit out unwanted props (#1643)
Browse files Browse the repository at this point in the history
* fix: omit out unwanted props

* docs: codegen
  • Loading branch information
zernonia authored Feb 21, 2025
1 parent b732da8 commit e374e1a
Show file tree
Hide file tree
Showing 266 changed files with 315 additions and 289 deletions.
2 changes: 1 addition & 1 deletion docs/content/meta/AccordionContent.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AccordionHeader.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'h3\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AccordionItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AccordionRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AccordionTrigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AlertDialogAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'button\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AlertDialogCancel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'button\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AlertDialogContent.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AlertDialogDescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'p\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AlertDialogOverlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AlertDialogTitle.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'h2\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AlertDialogTrigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'button\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AspectRatio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AvatarFallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'span\''
Expand Down
8 changes: 7 additions & 1 deletion docs/content/meta/AvatarImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'img\''
Expand All @@ -14,6 +14,12 @@
'type': 'boolean',
'required': false
},
{
'name': 'referrerPolicy',
'description': '',
'type': '\'\' | \'no-referrer\' | \'no-referrer-when-downgrade\' | \'origin\' | \'origin-when-cross-origin\' | \'same-origin\' | \'strict-origin\' | \'strict-origin-when-cross-origin\' | \'unsafe-url\'',
'required': false
},
{
'name': 'src',
'description': '',
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/AvatarRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'span\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarCell.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'td\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarCellTrigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarGrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'table\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarGridBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'tbody\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarGridHead.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'thead\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarGridRow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'tr\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarHeadCell.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'th\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarHeader.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarHeading.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarNext.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'button\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarPrev.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'button\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CalendarRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CheckboxIndicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'span\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CheckboxRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'button\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CollapsibleContent.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CollapsibleRoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/CollapsibleTrigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'button\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/ComboboxAnchor.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/ComboboxArrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'svg\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/ComboboxCancel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'button\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/ComboboxContent.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/ComboboxEmpty.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/ComboboxGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/ComboboxInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'input\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/ComboboxItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/ComboboxItemIndicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'span\''
Expand Down
2 changes: 1 addition & 1 deletion docs/content/meta/ComboboxLabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropsTable :data="[
{
'name': 'as',
'description': '<p>The element or component this component should render as. Can be overwrite by <code>asChild</code></p>\n',
'description': '<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>\n',
'type': 'AsTag | Component',
'required': false,
'default': '\'div\''
Expand Down
Loading

0 comments on commit e374e1a

Please sign in to comment.