@harnessio/ui 0.0.236 → 0.0.238
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/components.d.ts +11 -11
- package/dist/components.js +1 -1
- package/dist/{index-BaV_DVxx.js → index-DCkWZ--Q.js} +420 -415
- package/dist/index-DCkWZ--Q.js.map +1 -0
- package/dist/index.d.ts +11 -11
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +11 -1
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +4 -4
- package/dist/index-BaV_DVxx.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -8152,20 +8152,20 @@ declare interface ReadmeInfo {
|
|
|
8152
8152
|
}
|
|
8153
8153
|
|
|
8154
8154
|
declare const Reasoning: {
|
|
8155
|
-
Root: ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
8156
|
-
|
|
8157
|
-
|
|
8158
|
-
} & RefAttributes<HTMLDivElement>>;
|
|
8159
|
-
Trigger: ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
8160
|
-
|
|
8161
|
-
} & RefAttributes<HTMLButtonElement>>;
|
|
8162
|
-
Content: ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
8163
|
-
|
|
8164
|
-
} & RefAttributes<HTMLDivElement>>;
|
|
8155
|
+
Root: default_2.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & default_2.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
8156
|
+
isStreaming?: boolean;
|
|
8157
|
+
duration?: number;
|
|
8158
|
+
} & default_2.RefAttributes<HTMLDivElement>>;
|
|
8159
|
+
Trigger: default_2.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & default_2.RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
8160
|
+
getThinkingMessage?: (isStreaming: boolean, duration?: number) => ReactNode;
|
|
8161
|
+
} & default_2.RefAttributes<HTMLButtonElement>>;
|
|
8162
|
+
Content: default_2.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & default_2.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
8163
|
+
children: default_2.ReactNode;
|
|
8164
|
+
} & default_2.RefAttributes<HTMLDivElement>>;
|
|
8165
8165
|
};
|
|
8166
8166
|
|
|
8167
8167
|
declare type ReasoningContentProps = ComponentPropsWithoutRef<typeof CollapsiblePrimitive.Content> & {
|
|
8168
|
-
children:
|
|
8168
|
+
children: default_2.ReactNode;
|
|
8169
8169
|
};
|
|
8170
8170
|
|
|
8171
8171
|
declare interface ReasoningContextValue {
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as s } from "./index-Ccm12l39.js";
|
|
2
|
-
import { i as t } from "./index-
|
|
2
|
+
import { i as t } from "./index-DCkWZ--Q.js";
|
|
3
3
|
import { i as p } from "./index-CYwilgZH.js";
|
|
4
4
|
import { i as m } from "./index-pxJIr-rq.js";
|
|
5
5
|
import { i as f } from "./index-Cw4iaXYX.js";
|