randmarcomps 1.391.0 → 1.392.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.
@@ -587,7 +587,7 @@ declare interface LayoutProps {
587
587
  chatRef?: React.Ref<ChatLayoutHandle | null>;
588
588
  }
589
589
 
590
- export declare function ManufacturerCard({ manufacturer, link, linkNewTab, actions, mainAction, loading, }: ManufacturerCardProps): JSX.Element;
590
+ export declare function ManufacturerCard({ manufacturer, link, linkNewTab, actions, mainAction, loading, appID, }: ManufacturerCardProps): JSX.Element;
591
591
 
592
592
  export declare interface ManufacturerCardProps {
593
593
  manufacturer?: Manufacturer;
@@ -596,6 +596,7 @@ export declare interface ManufacturerCardProps {
596
596
  actions?: default_2.ReactNode;
597
597
  mainAction?: default_2.ReactNode;
598
598
  loading?: boolean;
599
+ appID?: string;
599
600
  }
600
601
 
601
602
  export declare function ManufacturerGetStartedButton({ applicationId, manufacturer, }: ManufacturerGetStartedButtonProps): JSX.Element;