@grapadigital/shared-app-modules 0.0.127 → 0.0.128

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.
@@ -294,7 +294,7 @@ declare type FieldProfileSelectInputProps = React.ComponentProps<typeof ProfileS
294
294
  label?: string;
295
295
  description?: string;
296
296
  asterisk?: boolean;
297
- onValueChange: (influencer: InfluencerInterface) => void;
297
+ onValueChange: (profile: ProfileInterface) => void;
298
298
  value?: string;
299
299
  ref?: React.Ref<HTMLInputElement> | undefined;
300
300
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grapadigital/shared-app-modules",
3
3
  "private": false,
4
- "version": "0.0.127",
4
+ "version": "0.0.128",
5
5
  "files": [
6
6
  "dist"
7
7
  ],