Skip to content

Commit 2fa2f26

Browse files
committed
chore(spec): regenerate component reference docs after merging origin/main
main's inline-shape depth budget changed how nested shapes render in the generated reference, so my pre-merge `gen:docs` output and main's generator merged clean but were jointly wrong (`PageTabsProps.items[].visibleWhen` expanded on my side, collapsed on main's). Regenerated against the merged generator — the delta vs main is now exactly the two `element:record_picker` rows this PR adds.
1 parent 9a1149c commit 2fa2f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/references/ui/component.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ const result = AIChatWindowProps.parse(data);
258258
| :--- | :--- | :--- | :--- |
259259
| **type** | `Enum<'line' \| 'card' \| 'pill'>` | optional | |
260260
| **position** | `Enum<'top' \| 'left'>` | optional | |
261-
| **items** | `{ label: string \| Record<string, string>; icon?: string; visibleWhen?: string \| { dialect: Enum<'cel' \| 'cron' \| 'template'>; source?: string; ast?: any; meta?: object }; value?: string; … }[]` || |
261+
| **items** | `{ label: string \| Record<string, string>; icon?: string; visibleWhen?: string \| object; value?: string; … }[]` || |
262262
| **aria** | `{ ariaLabel?: string \| Record<string, string>; ariaDescribedBy?: string; role?: string }` | optional | ARIA accessibility attributes |
263263

264264

0 commit comments

Comments
 (0)