randmarcomps 1.192.0 → 1.194.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.
@@ -363,14 +363,6 @@ export declare interface InputProps extends Omit<React_2.ComponentProps<"input">
363
363
  onChange?: (e: React_2.ChangeEvent<HTMLInputElement>) => void;
364
364
  }
365
365
 
366
- declare interface IntroduceYourselfFormValues {
367
- businessDescription: string;
368
- salesChannels: string[];
369
- otherSalesChannel: string;
370
- markets: string[];
371
- otherMarket: string;
372
- }
373
-
374
366
  declare interface IProps {
375
367
  appID: string;
376
368
  readonly: boolean;
@@ -409,13 +401,11 @@ export declare interface ManufacturerCardProps {
409
401
  loading?: boolean;
410
402
  }
411
403
 
412
- export declare function ManufacturerGetStartedButton({ manufacturer, loading, onQualificationSubmit, onIntroduceYourselfSubmit, }: ManufacturerGetStartedButtonProps): JSX.Element;
404
+ export declare function ManufacturerGetStartedButton({ applicationId, manufacturer, }: ManufacturerGetStartedButtonProps): JSX.Element;
413
405
 
414
406
  declare interface ManufacturerGetStartedButtonProps {
407
+ applicationId: string;
415
408
  manufacturer: Manufacturer;
416
- loading?: boolean;
417
- onQualificationSubmit?: (manufacturer: Manufacturer, data: QualificationFormValues) => void;
418
- onIntroduceYourselfSubmit?: (manufacturer: Manufacturer, data: IntroduceYourselfFormValues) => void;
419
409
  }
420
410
 
421
411
  export declare function ManufacturerReorderingCard({ manufacturer, onSave, loading, saving, }: ManufacturerReorderingCardProps): JSX.Element;
@@ -518,10 +508,6 @@ declare interface ProductInventoryGridProps {
518
508
  showBinLocation?: boolean;
519
509
  }
520
510
 
521
- declare interface QualificationFormValues {
522
- qualificationId: string;
523
- }
524
-
525
511
  export declare const RadioGroup: React_2.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
526
512
 
527
513
  export declare const RadioGroupItem: React_2.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React_2.RefAttributes<HTMLButtonElement>, "ref"> & React_2.RefAttributes<HTMLButtonElement>>;