@harnessio/ui 1.0.13 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -5233,20 +5233,20 @@ declare interface ReactivationPrompt {
5233
5233
  }
5234
5234
 
5235
5235
  declare const Reasoning: {
5236
- Root: default_2.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & default_2.RefAttributes<HTMLDivElement>, "ref"> & {
5237
- isStreaming?: boolean;
5238
- duration?: number;
5239
- } & default_2.RefAttributes<HTMLDivElement>>;
5240
- Trigger: default_2.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & default_2.RefAttributes<HTMLButtonElement>, "ref"> & {
5241
- getThinkingMessage?: (isStreaming: boolean, duration?: number) => ReactNode;
5242
- } & default_2.RefAttributes<HTMLButtonElement>>;
5243
- Content: default_2.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & default_2.RefAttributes<HTMLDivElement>, "ref"> & {
5244
- children: default_2.ReactNode;
5245
- } & default_2.RefAttributes<HTMLDivElement>>;
5236
+ Root: ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & RefAttributes<HTMLDivElement>, "ref"> & {
5237
+ isStreaming?: boolean;
5238
+ duration?: number;
5239
+ } & RefAttributes<HTMLDivElement>>;
5240
+ Trigger: ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & {
5241
+ getThinkingMessage?: (isStreaming: boolean, duration?: number) => ReactNode;
5242
+ } & RefAttributes<HTMLButtonElement>>;
5243
+ Content: ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & RefAttributes<HTMLDivElement>, "ref"> & {
5244
+ children: ReactNode;
5245
+ } & RefAttributes<HTMLDivElement>>;
5246
5246
  };
5247
5247
 
5248
5248
  declare type ReasoningContentProps = ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Content> & {
5249
- children: default_2.ReactNode;
5249
+ children: ReactNode;
5250
5250
  };
5251
5251
 
5252
5252
  declare interface ReasoningContextValue {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { i as s } from "./index-DaMz71JC.js";
2
- import { i as e } from "./index-CRczd6Qt.js";
2
+ import { i as e } from "./index-BuLVov8H.js";
3
3
  import { i as a } from "./index-BV8td_DQ.js";
4
4
  import { i as m } from "./index-C4bDY5-3.js";
5
5
  import { i as f } from "./index-DchZrYRY.js";