randmarcomps 1.406.0 → 1.409.0
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/randmarcomps.d.ts +3 -2
- package/dist/randmarcomps.js +3343 -3298
- package/dist/randmarcomps.umd.cjs +64 -64
- package/package.json +2 -2
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -230,6 +230,7 @@ export declare interface ChatLayoutProps {
|
|
|
230
230
|
assistantOnly?: boolean;
|
|
231
231
|
className?: string;
|
|
232
232
|
initialPrompt?: string;
|
|
233
|
+
noAssistant?: boolean;
|
|
233
234
|
}
|
|
234
235
|
|
|
235
236
|
export declare const ChatProvider: default_2.FC<{
|
|
@@ -590,9 +591,9 @@ declare interface LayoutProps {
|
|
|
590
591
|
dashboardTitle?: string;
|
|
591
592
|
onSignOut?: () => void;
|
|
592
593
|
searchPlaceholder?: string;
|
|
593
|
-
withRandmarAssistant?: boolean;
|
|
594
594
|
chatUserName?: string;
|
|
595
595
|
chatRef?: React.Ref<ChatLayoutHandle | null>;
|
|
596
|
+
chatRoutePath: string;
|
|
596
597
|
}
|
|
597
598
|
|
|
598
599
|
export declare function ManufacturerCard({ manufacturer, link, linkNewTab, actions, mainAction, loading, appID, }: ManufacturerCardProps): JSX.Element;
|
|
@@ -653,8 +654,8 @@ export declare interface NavbarProps {
|
|
|
653
654
|
appID: string;
|
|
654
655
|
dashboardTitle?: string;
|
|
655
656
|
footer: default_2.ReactNode;
|
|
656
|
-
withRandmarAssistant?: boolean;
|
|
657
657
|
chatUserName?: string;
|
|
658
|
+
chatRoutePath: string;
|
|
658
659
|
}
|
|
659
660
|
|
|
660
661
|
export declare interface NavRoute {
|