@anyemp/ui-kit 1.4.1 → 1.4.3

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/index.d.ts CHANGED
@@ -921,6 +921,8 @@ export declare interface EmployeeCardProps {
921
921
  onTierChange?: (value: string) => void;
922
922
  share?: boolean;
923
923
  onShare?: () => void;
924
+ hidePrices?: boolean;
925
+ onHiddenPriceClick?: () => void;
924
926
  sx?: {
925
927
  root?: string;
926
928
  header?: string;