mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
chore: generate
This commit is contained in:
@@ -60,7 +60,9 @@ export function Dialog(props: DialogProps) {
|
|||||||
</div>
|
</div>
|
||||||
</Show>
|
</Show>
|
||||||
<Show when={props.description}>
|
<Show when={props.description}>
|
||||||
<Kobalte.Description data-slot="dialog-description" style={{ "margin-left": "-4px" }}>{props.description}</Kobalte.Description>
|
<Kobalte.Description data-slot="dialog-description" style={{ "margin-left": "-4px" }}>
|
||||||
|
{props.description}
|
||||||
|
</Kobalte.Description>
|
||||||
</Show>
|
</Show>
|
||||||
<div data-slot="dialog-body">{props.children}</div>
|
<div data-slot="dialog-body">{props.children}</div>
|
||||||
</Kobalte.Content>
|
</Kobalte.Content>
|
||||||
|
|||||||
@@ -264,8 +264,8 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
|
|||||||
/>
|
/>
|
||||||
</Show>
|
</Show>
|
||||||
</div>
|
</div>
|
||||||
{searchAction()}
|
{searchAction()}
|
||||||
</div>
|
</div>
|
||||||
</Show>
|
</Show>
|
||||||
<div ref={setScrollRef} data-slot="list-scroll">
|
<div ref={setScrollRef} data-slot="list-scroll">
|
||||||
<Show
|
<Show
|
||||||
|
|||||||
Reference in New Issue
Block a user