Upgrade to Tailwind CSS v4 (#1173)
This commit is contained in:
parent
4ce76987a1
commit
848205f5cb
76 changed files with 1098 additions and 1050 deletions
|
|
@ -1,6 +1,10 @@
|
|||
'use client';
|
||||
|
||||
import { Reasoning, ReasoningTrigger, ReasoningContent } from './elements/reasoning';
|
||||
import {
|
||||
Reasoning,
|
||||
ReasoningTrigger,
|
||||
ReasoningContent,
|
||||
} from './elements/reasoning';
|
||||
|
||||
interface MessageReasoningProps {
|
||||
isLoading: boolean;
|
||||
|
|
@ -12,8 +16,8 @@ export function MessageReasoning({
|
|||
reasoning,
|
||||
}: MessageReasoningProps) {
|
||||
return (
|
||||
<Reasoning
|
||||
isStreaming={isLoading}
|
||||
<Reasoning
|
||||
isStreaming={isLoading}
|
||||
defaultOpen={true}
|
||||
data-testid="message-reasoning"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue