@mindly/ui-components 8.2.6 → 8.2.7

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.
@@ -3,7 +3,7 @@ import { WithTranslation } from 'react-i18next';
3
3
  export type FieldSearchType = {
4
4
  className?: string;
5
5
  onCancelClick?: () => void;
6
- onIonChange: (event: IonSearchbarCustomEvent<SearchbarChangeEventDetail>) => void;
6
+ onIonInput: (event: IonSearchbarCustomEvent<SearchbarChangeEventDetail>) => void;
7
7
  value: string;
8
8
  debounce?: number;
9
9
  placeholder?: string;
package/dist/index.d.ts CHANGED
@@ -62,7 +62,7 @@ interface InputProps {
62
62
  placeholder: string;
63
63
  value: string;
64
64
  ['data-testid']?: string;
65
- onIonChange: (e: CustomEvent) => void;
65
+ onIonInput: (e: CustomEvent) => void;
66
66
  icon: string;
67
67
  }
68
68
  /**
@@ -1701,7 +1701,7 @@ declare const CheckBoxItem: React__default.ForwardRefExoticComponent<Props$a & R
1701
1701
  type FieldSearchType = {
1702
1702
  className?: string;
1703
1703
  onCancelClick?: () => void;
1704
- onIonChange: (event: IonSearchbarCustomEvent<SearchbarChangeEventDetail>) => void;
1704
+ onIonInput: (event: IonSearchbarCustomEvent<SearchbarChangeEventDetail>) => void;
1705
1705
  value: string;
1706
1706
  debounce?: number;
1707
1707
  placeholder?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.2.6",
3
+ "version": "8.2.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",