chore: generate

This commit is contained in:
GitHub Action
2026-01-24 12:50:47 +00:00
parent 456469d541
commit 04b511e1fe
2 changed files with 27 additions and 8 deletions

View File

@@ -125,8 +125,12 @@
padding: 0; padding: 0;
} }
[data-component="user-message"][data-can-expand="true"] [data-slot="user-message-text"] [data-slot="user-message-expand"], [data-component="user-message"][data-can-expand="true"]
[data-component="user-message"][data-expanded="true"] [data-slot="user-message-text"] [data-slot="user-message-expand"] { [data-slot="user-message-text"]
[data-slot="user-message-expand"],
[data-component="user-message"][data-expanded="true"]
[data-slot="user-message-text"]
[data-slot="user-message-expand"] {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@@ -143,7 +147,10 @@
} }
} }
[data-component="user-message"][data-expanded="true"] [data-slot="user-message-text"] [data-slot="user-message-expand"] [data-slot="icon-svg"] { [data-component="user-message"][data-expanded="true"]
[data-slot="user-message-text"]
[data-slot="user-message-expand"]
[data-slot="icon-svg"] {
transform: rotate(180deg); transform: rotate(180deg);
} }

View File

@@ -544,8 +544,20 @@ export function SessionTurn(
<Spinner /> <Spinner />
</Match> </Match>
<Match when={true}> <Match when={true}>
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg" class="text-icon-base"> <svg
<path d="M8.125 1.875H1.875L5 8.125L8.125 1.875Z" fill="currentColor" stroke="currentColor" stroke-linejoin="round" /> width="10"
height="10"
viewBox="0 0 10 10"
fill="none"
xmlns="http://www.w3.org/2000/svg"
class="text-icon-base"
>
<path
d="M8.125 1.875H1.875L5 8.125L8.125 1.875Z"
fill="currentColor"
stroke="currentColor"
stroke-linejoin="round"
/>
</svg> </svg>
</Match> </Match>
</Switch> </Switch>