@grapadigital/shared-app-modules 0.0.70 → 0.0.72

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.
@@ -1,4 +1,3 @@
1
- import { CommandInput as CommandInput_2 } from 'cmdk';
2
1
  import { default as default_2 } from 'react';
3
2
  import { default as default_3 } from 'tailwindcss/colors';
4
3
  import { ForwardRefExoticComponent } from 'react';
@@ -270,7 +269,7 @@ declare interface InfluencerInterface extends UserInterface {
270
269
 
271
270
  export declare const InfluencerSelectInput: default_2.ForwardRefExoticComponent<Omit<InfluencerSelectInputProps, "ref"> & default_2.RefAttributes<HTMLInputElement>>;
272
271
 
273
- declare interface InfluencerSelectInputProps extends Omit<default_2.ComponentProps<typeof CommandInput_2>, "onValueChange"> {
272
+ declare interface InfluencerSelectInputProps extends Omit<default_2.ComponentProps<typeof CommandInput>, "onValueChange"> {
274
273
  queryKey?: string[];
275
274
  onValueChange: (sale: InfluencerInterface) => void;
276
275
  }