randmarcomps 1.510.0 → 1.511.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.
@@ -19,6 +19,7 @@ import { JSX } from 'react/jsx-runtime';
19
19
  import * as LabelPrimitive from '@radix-ui/react-label';
20
20
  import { Manufacturer } from 'randmar-api-client';
21
21
  import { MouseEventHandler } from 'react';
22
+ import { NamedExoticComponent } from 'react';
22
23
  import { OpportunityEntry } from 'randmar-api-client';
23
24
  import { OrderDetail } from 'randmar-api-client';
24
25
  import { OTPInput } from 'input-otp';
@@ -61,7 +62,7 @@ declare interface ActiveOrdersCardProps {
61
62
  loading?: boolean;
62
63
  }
63
64
 
64
- export declare const AIChatLayout: ForwardRefExoticComponent<AIChatLayoutProps & RefAttributes<AIChatLayoutHandle>>;
65
+ export declare const AIChatLayout: NamedExoticComponent<AIChatLayoutProps & RefAttributes<AIChatLayoutHandle>>;
65
66
 
66
67
  export declare interface AIChatLayoutHandle {
67
68
  sendMessageToAssistant: (message: string | null) => void;
@@ -405,7 +406,6 @@ export declare const DialogClose: React_2.ForwardRefExoticComponent<DialogPrimit
405
406
  export declare const DialogContent: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
406
407
  animateExit?: boolean;
407
408
  overlayClassName?: string;
408
- showOverlay?: boolean;
409
409
  } & React_2.RefAttributes<HTMLDivElement>>;
410
410
 
411
411
  export declare const DialogDescription: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React_2.RefAttributes<HTMLParagraphElement>, "ref"> & React_2.RefAttributes<HTMLParagraphElement>>;