@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.
- package/dist/assets/chart.css +1 -0
- package/dist/chuncks/{card.ChgrnSRf.js → card.Ckis4fzt.js} +1 -1
- package/dist/chuncks/chart.4XAWHpo6.js +15030 -0
- package/dist/components.d.ts +1 -2
- package/dist/components.js +222 -222
- package/dist/pages.js +1 -1
- package/dist/shadcn.d.ts +78 -0
- package/dist/shadcn.js +173 -167
- package/package.json +2 -1
- package/dist/assets/hover-card.css +0 -1
- package/dist/chuncks/hover-card.m3BxHMUz.js +0 -10619
package/dist/components.d.ts
CHANGED
|
@@ -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
|
|
272
|
+
declare interface InfluencerSelectInputProps extends Omit<default_2.ComponentProps<typeof CommandInput>, "onValueChange"> {
|
|
274
273
|
queryKey?: string[];
|
|
275
274
|
onValueChange: (sale: InfluencerInterface) => void;
|
|
276
275
|
}
|